Skip to content

Commit

Permalink
Update GitHub Actionss
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Jul 23, 2024
1 parent 399b075 commit 84035e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/auto-approve.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- v2
- v3
- develop

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr-auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: PR Auto-Approver

# Auto-approve on projects that have a "secret" variable saying this is okay. This lets us set up a restricted PR
# process on projects with just a single active developer. It prevents the developer from pushing directly to the
# main branch (so enforces a particular workflow that our other GitHub Actions expect).
on:
pull_request:
branches:
- main
- v2
- v3
- develop

jobs:
approve-pr:
Expand Down

0 comments on commit 84035e8

Please sign in to comment.