Skip to content

Commit 2b825f6

Browse files
author
ynbot
committed
[Automated] Update assign_pr_to_project caller workflow
1 parent e7c05e6 commit 2b825f6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 🔸Auto assign pr
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
7+
jobs:
8+
auto-assign-pr:
9+
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@develop
10+
with:
11+
repo: "${{ github.repository }}"
12+
project_id: 16
13+
pull_request_number: ${{ github.event.pull_request.number }}
14+
secrets:
15+
token: ${{ secrets.YNPUT_BOT_TOKEN }}

0 commit comments

Comments
 (0)