-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to fork of deployment-auto-approve
Signed-off-by: Kyle Harding <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4320,8 +4320,7 @@ jobs: | |
"actions": "read", | ||
"checks": "read", | ||
"deployments": "read", | ||
"members": "read", | ||
"administration": "write" | ||
"members": "read" | ||
} | ||
# Perform a while loop until we get a pending deployment for this environment. | ||
|
@@ -4334,7 +4333,8 @@ jobs: | |
# https://github.com/ambilykk/deployment-auto-approve | ||
# - *approveDeployment | ||
- name: Auto-approve deployment | ||
uses: ambilykk/[email protected] | ||
# uses: ambilykk/[email protected] | ||
uses: balena-io-experimental/deployment-auto-approve@kyle/fix-async | ||
with: | ||
# The token used here should inherit the permissions of the PR author, | ||
# so only authors that are also reviewers will be able to auto-approve deployments. | ||
|