We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cab82 commit 7b479baCopy full SHA for 7b479ba
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