chore(deps): update dependency @stylistic/eslint-plugin to v3 #65
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Remove approvals when PR diff changes | |
on: | |
pull_request: | |
# Here, 'opened' is important because it allows the action to | |
# see the initial PR diff and compare it later. | |
types: [opened, edited, synchronize] | |
branches: | |
- main | |
- develop | |
jobs: | |
waitaminute: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: petalmd/waitaminute@v2 | |
with: | |
dismiss-message: Review dismissed because the PR has changed. |