Skip to content

Commit 65ed446

Browse files
committed
Add test workflow
1 parent da22ab6 commit 65ed446

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Add pull requests to project
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- labeled
8+
9+
jobs:
10+
add-prs-to-project:
11+
name: Add PRs to project
12+
runs-on: ubuntu-latest
13+
permissions:
14+
pull-requests: read
15+
repository-projects: write
16+
steps:
17+
- uses: actions/[email protected]
18+
with:
19+
project-url: https://github.com/orgs/dsp-testing/projects/18
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
labeled: foo, bar
22+
label-operator: OR

0 commit comments

Comments
 (0)