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 46ab5aa commit 512d740Copy full SHA for 512d740
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
triage:
8
runs-on: ubuntu-latest
9
- if: ${{ !startsWith(github.actor, 'eightfoldbot') }}
+ if: ${{ !startsWith(toLower(github.actor), toLower('Eightfoldbot')) }}
10
steps:
11
- name: Log comment info
12
run: |
0 commit comments