Add an action in the workflow to automatically add pull requests to the Combodo PRs dashboard

This commit is contained in:
jf-cbd
2024-09-23 14:43:33 +02:00
parent 0904a21e3f
commit fb9c317256

16
.github/workflows/action.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Add PRs to Combodo PRs Dashboard
on:
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add PR to Combodo Project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/Combodo/projects/5
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}