Skip to content

Commit 0eaaa41

Browse files
authored
Add workflow files for project sync (#2854)
1 parent 3faec0d commit 0eaaa41

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/new-issue.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adds workflows to sync issues to github projects

0 commit comments

Comments
 (0)