[Automated] Update assign_pr_to_project caller workflow

This commit is contained in:
ynbot 2024-11-25 13:57:32 +00:00
parent ce614a449f
commit 07c246ba74

View file

@ -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 }}