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.
add-to-cc-board
1 parent 720b591 commit ab645adCopy full SHA for ab645ad
.github/workflows/add-to-cc-board.yml
@@ -0,0 +1,15 @@
1
+name: Trigger to add Issue or PR to a Core Contributor project board
2
+on:
3
+ issues:
4
+ types: [labeled]
5
+ pull_request:
6
7
+
8
+jobs:
9
+ add-to-cc-board:
10
+ if: github.event.label.name == 'Core Contributor assignee'
11
+ uses: openedx/.github/.github/workflows/add-to-cc-board.yml@main
12
+ with:
13
+ board_name: cc-frontend-apps
14
+ secrets:
15
+ projects_access_token: ${{ secrets.PROJECTS_TOKEN }}
0 commit comments