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 d4cb03c commit acfccd5Copy full SHA for acfccd5
.github/workflows/assign_pr_to_project.yml
@@ -17,10 +17,11 @@ on:
17
18
jobs:
19
auto-assign-pr:
20
+ if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
21
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@main
22
with:
23
repo: "${{ github.repository }}"
- project_id: ${{ inputs.project_id || 16 }}
24
- pull_request_number: ${{ github.event.pull_request.number || inputs.pr_number }}
+ project_id: "${{ inputs.project_id }}"
25
+ pull_request_number: "${{ github.event.pull_request.number || inputs.pr_number }}"
26
secrets:
27
token: ${{ secrets.YNPUT_BOT_TOKEN }}
0 commit comments