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 ecb7aeb commit 5843380Copy full SHA for 5843380
.github/workflows/test-add-team-label.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Test
18
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' && !startsWith(github.event.head_commit.author.name, 'github-actions') }}
19
uses: ./.github/actions/add-team-label
20
with:
21
team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}
0 commit comments