We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0a882 commit 695cfa3Copy full SHA for 695cfa3
.github/workflows/version-updates.yml
@@ -10,8 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
if:
12
${{ github.actor == 'dependabot[bot]' || github.actor == 'crowdin-bot' ||
13
- github.actor == 'Crowdin Bot' || github.actor_id == 106019021 ||
14
- github.actor_id == 58779643 }}
+ github.actor == 'Crowdin Bot' || github.actor_id == 106019021 || github.actor_id
+ == 58779643 }}
15
continue-on-error: true
16
steps:
17
- run: gh pr review --approve "$PR_URL"
0 commit comments