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.
1 parent 3faec0d commit 0eaaa41Copy full SHA for 0eaaa41
2 files changed
.github/workflows/new-issue.yml
@@ -0,0 +1,18 @@
1
+name: New issue
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ - transferred
9
10
+jobs:
11
+ add-to-project:
12
+ name: Add issue to BeeWare project
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/add-to-project@v2.0.0
16
+ with:
17
+ project-url: https://github.com/orgs/beeware/projects/1
18
+ github-token: ${{ secrets.BRUTUS_PAT_TOKEN }}
changes/2854.misc.md
@@ -0,0 +1 @@
+Adds workflows to sync issues to github projects
0 commit comments