-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notify eco repository owners when needed
This should notify owners of the eco repositories when a linter change affects the linting outcome on their repositories.
- Loading branch information
Showing
3 changed files
with
42 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 |
---|---|---|
|
@@ -256,3 +256,11 @@ jobs: | |
uses: re-actors/alls-green@release/v1 | ||
with: | ||
jobs: ${{ toJSON(needs) }} | ||
|
||
- name: Check out src from Git | ||
uses: actions/checkout@v2 | ||
|
||
- name: Notify repository owners about lint change affecting them | ||
uses: sourcegraph/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
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,33 @@ | ||
# Used for notifying repository owners about linter changes that would affect | ||
# the lint outcomes on their repositories, so they can fix valid violations | ||
# even before the linter changes are merged and released. | ||
# | ||
# Pull request proposers are should review all new violations and | ||
# decide if they are correct or not. The `.result` files are expected to be | ||
# updated and included in the PR when the outcome change is normal. | ||
# | ||
# Used by https://github.com/marketplace/actions/codenotify | ||
|
||
# https://github.com/robertdebock/ansible-role-bootstrap | ||
bootstrap.result @robertdebock | ||
|
||
# https://github.com/devroles/ansible_collection_system | ||
colsystem.result @greg-hellings | ||
|
||
# https://github.com/debops/debops | ||
debops.result @drybjed | ||
|
||
# https://github.com/konstruktoid/ansible-docker-rootless | ||
docker-rootless.result @konstruktoid | ||
|
||
# https://github.com/konstruktoid/ansible-role-hardening | ||
hardening.result @konstruktoid | ||
|
||
# https://github.com/geerlingguy/ansible-role-mysql.git | ||
mysql.result @geerlingguy | ||
|
||
# https://opendev.org/openstack/tripleo-ansible | ||
tripleo-ansible.result @ssbarnea | ||
|
||
# https://opendev.org/zuul/zuul-jobs | ||
zuul-jobs.result @ssbarnea |