We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b54aa5 + 7b479ba commit b0c8540Copy full SHA for b0c8540
1 file changed
.github/workflows/add_pr_labels.yml
@@ -32,7 +32,7 @@ jobs:
32
# GITHUB_TOKEN: ${{ secrets.delphis_bot_org_token }}
33
34
- name: Add label if .janno files exist
35
- if: env.has_janno == 'true'
+ if: env.has_janno == 'true' && github.event.pull_request.head.repo.full_name == 'poseidon-framework/minotaur-recipes'
36
uses: actions-ecosystem/action-add-labels@v1
37
with:
38
# github_token: ${{ secrets.delphis_bot_org_token }}
0 commit comments