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 73e7401 + e707ef7 commit 3c3a7b1Copy full SHA for 3c3a7b1
.github/workflows/add-depr-ticket-to-depr-board.yml
@@ -0,0 +1,19 @@
1
+# Run the workflow that adds new tickets that are either:
2
+# - labelled "DEPR"
3
+# - title starts with "[DEPR]"
4
+# - body starts with "Proposal Date" (this is the first template field)
5
+# to the org-wide DEPR project board
6
+
7
+name: Add newly created DEPR issues to the DEPR project board
8
9
+on:
10
+ issues:
11
+ types: [opened]
12
13
+jobs:
14
+ routeissue:
15
+ uses: openedx/.github/.github/workflows/add-depr-ticket-to-depr-board.yml@master
16
+ secrets:
17
+ GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
18
+ GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
19
+ SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }}
0 commit comments