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.
2 parents de796e7 + 1a8f1bc commit 18a6a75Copy full SHA for 18a6a75
1 file changed
.github/workflows/check-rfc.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
validate-rfc:
14
- if: github.actor != 'github-actions[bot]'
+ if: github.event.pull_request.user.login != 'github-actions[bot]'
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
0 commit comments