diff --git a/.github/workflows/approval-workflow.yml b/.github/workflows/approval-workflow.yml deleted file mode 100644 index a44cf08..0000000 --- a/.github/workflows/approval-workflow.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Team awesome's approval workflow -on: pull_request_review -jobs: - labelWhenApproved: - runs-on: ubuntu-latest - steps: - - name: I like this course - uses: pullreminders/label-when-approved-action@master - env: - APPROVALS: "1" - GITHUB TOKEN: ${{ secrets.GITHUB_TOKEN }} - ADD_LABEL: "Finally Approved" - - diff --git a/automation.md b/automation.md deleted file mode 100644 index 36255a4..0000000 --- a/automation.md +++ /dev/null @@ -1,7 +0,0 @@ -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 \ No newline at end of file