Skip to content

Commit

Permalink
Merge pull request #6 from StaleLoafOfBread/team-workflow
Browse files Browse the repository at this point in the history
A custom workflow
  • Loading branch information
github-learning-lab[bot] authored Nov 3, 2021
2 parents 2403c0c + cfd301b commit 70cc341
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/approval-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Team awesome's approval workflow
on: pull_request_review
jobs:
labelWhenApproved:
runs-on: ubuntu-latest
steps:
- name: Label when approved
uses: pullreminders/label-when-approved-action@master
env:
APPROVALS: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ADD_LABEL: "approved"
7 changes: 7 additions & 0 deletions automation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The team would like:
- [ ] branch protections
- [ ] required review approvals
- [ ] easy way to see when enough approvals has been achieved
- [ ] matrix build
- [ ] save build artifacts
- [ ] dedicated test job

0 comments on commit 70cc341

Please sign in to comment.