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 30ebc88 commit 116f6a2Copy full SHA for 116f6a2
.github/workflows/close-third-party-issues.yml
@@ -25,7 +25,7 @@ jobs:
25
gh issue lock "$ISSUE"
26
}
27
28
- test "$author" = nikitabobko || close
+ test "$author" = nikitabobko || test "$author" = mobile-ar || close
29
env:
30
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
GH_REPO: ${{ github.repository }}
0 commit comments