We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c128ca4 commit 50d06d2Copy full SHA for 50d06d2
.github/workflows/sponsor.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
sponsor:
10
runs-on: ubuntu-latest
11
+ if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }}
12
steps:
13
- name: 🤘 checkout
14
uses: actions/checkout@v2
0 commit comments