Skip to content

Commit d553b45

Browse files
authored
Merge pull request #681 from 10up/add/repo-automator
Add Repo Automator GH Action
2 parents f5e9c60 + 0b5cb6d commit d553b45

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/repo-automator.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: 'Repo Automator'
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
push:
7+
branches:
8+
- develop
9+
pull_request:
10+
types:
11+
- opened
12+
- edited
13+
- synchronize
14+
- converted_to_draft
15+
- ready_for_review
16+
branches:
17+
- develop
18+
19+
jobs:
20+
Validate:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: 10up/action-repo-automator@trunk
24+
with:
25+
fail-label: needs:feedback
26+
pass-label: needs:code-review
27+
conflict-label: needs:refresh
28+
reviewers: |
29+
dkotter
30+
team:open-source-practice
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)