We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34ed852 + 5d9c0a8 commit fa86d21Copy full SHA for fa86d21
2 files changed
.github/workflows/add_to_fcc_pr_project.yaml
@@ -0,0 +1,14 @@
1
+on:
2
+ workflow_call:
3
+jobs:
4
+ add-to-project:
5
+ name: Add issue to project
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/add-to-project@v1.0.2
9
+ with:
10
+ project-url: https://github.com/orgs/HEP-FCC/projects/7
11
+ github-token: ${{ secrets.FCC_PR_PROJECT_TOKEN }}
12
+ #we can eventually add label requirements
13
+ #labeled: needs-triage
14
+ #label-operator: OR
.github/workflows/fcc-prs.yaml
@@ -0,0 +1,13 @@
+name: Add PR to FCC PR tracker
+
+ pull_request:
+ types:
+ - opened
+ - reopened
+ call-ci:
+ uses: HEP-FCC/FCCSW/.github/workflows/add_to_fcc_pr_project.yml@main
0 commit comments