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 25, 2024
1 parent fc2cf47 commit 239ab03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign_pr_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 🔸Auto assign pr
on:
pull_request:
types:
- opened

jobs:
auto-assign-pr:
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@develop
with:
repo: "${{ github.repository }}"
project_id: 16
pull_request_number: ${{ github.event.pull_request.number }}
secrets:
token: ${{ secrets.YNPUT_BOT_TOKEN }}

0 comments on commit 239ab03

Please sign in to comment.