Skip to content

Commit

Permalink
[Automated] Update assign_pr_to_project caller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Nov 29, 2024
1 parent 40cfc57 commit d845481
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/assign_pr_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ on:

jobs:
auto-assign-pr:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@main
with:
repo: "${{ github.repository }}"
project_id: ${{ inputs.project_id || 16 }}
pull_request_number: ${{ github.event.pull_request.number || inputs.pr_number }}
project_id: "${{ inputs.project_id }}"
pull_request_number: "${{ github.event.pull_request.number || inputs.pr_number }}"
secrets:
token: ${{ secrets.YNPUT_BOT_TOKEN }}

0 comments on commit d845481

Please sign in to comment.