Skip to content

Commit 3c08cab

Browse files
committed
Introduce add-to-project step & rename add-reviewer-pr workflow file
1 parent 8315026 commit 3c08cab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818
- name: Add Assignee
1919
run: |
2020
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN}}" https://api.github.com/repos/${{github.repository}}/issues/${{ github.event.pull_request.number}}/assignees -d '{"assignees":["${{steps.oncall.outputs.CURRENT}}"]}'
21+
22+
- uses: actions/[email protected]
23+
name: Add to Project Board
24+
with:
25+
project-url: https://github.com/orgs/actions/projects/12
26+
github-token: ${{ secrets.CACHE_BOARD_TOKEN }}

0 commit comments

Comments
 (0)