Compare commits

...

1 Commits

Author SHA1 Message Date
Pallav Dhobley b283ed433d
Introduce add-to-project step & rename add-reviewer-pr workflow file 2023-01-18 15:47:45 +05:30
1 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,9 @@ jobs:
- name: Add Assignee
run: |
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}}"]}'
- uses: actions/add-to-project@v0.4.0
name: Add to Project Board
with:
project-url: https://github.com/orgs/actions/projects/12
github-token: ${{ secrets.CACHE_BOARD_TOKEN }}