-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow github concourse contributor team to rerun builds
and check resources so they could retrigger failure build on PR pipeline and check pr resource in case wanted version is not available. Note: they could also rerun any builds and check any resources by this change. Signed-off-by: Rui Yang <[email protected]>
- Loading branch information
Rui Yang
committed
May 11, 2020
1 parent
0ac641f
commit 13d8872
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# fly -t ci set-team -n contributor --config contributor-team-config.yml | ||
roles: | ||
- name: pipeline-operator | ||
github: | ||
teams: ["concourse:contributors"] |
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