We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ab79c commit 5a1db4aCopy full SHA for 5a1db4a
1 file changed
.github/workflows/add-to-task-list.yml
@@ -12,6 +12,7 @@ on:
12
jobs:
13
add-to-task-list:
14
runs-on: ubuntu-latest
15
+ if: github.repository == github.event.pull_request.head.repo.full_name
16
steps:
17
- uses: dev-hato/actions-add-to-projects@v0.0.25
18
with:
0 commit comments