Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add labels matching all the GHActions #21339

Closed
wants to merge 1 commit into from

Conversation

evverx
Copy link
Member

@evverx evverx commented Nov 12, 2021

mostly to make it easier to figure out what checks are important
when PRs like #21338 are opened

It was generated with

find .github/workflows/ -name '*.yml' |
xargs perl -lne '
  if (/^name:\s+?\"?([^"]*)\"?/) {
    $s=lc($1); $s =~ tr/ /-/; printf("waiting-for-ghaction-%s:\n  - %s\n", $s, $ARGV)
 }'

(sorry about that :-))

cc @mrc0mmand

mostly to make it easier to figure out what checks are important
when PRs like systemd#21338 are opened

It was generated with
```
find .github/workflows/ -name '*.yml' |
xargs perl -lne '
  if (/^name:\s+?\"?([^"]*)\"?/) {
    $s=lc($1); $s =~ tr/ /-/; printf("waiting-for-ghaction-%s:\n  - %s\n", $s, $ARGV)
 }'
```
(sorry about that :-))
@evverx
Copy link
Member Author

evverx commented Nov 12, 2021

It's probably a bad idea if the labeler action doesn't update labels on force-pushes

@evverx evverx marked this pull request as draft November 12, 2021 22:45
@evverx evverx closed this Nov 12, 2021
@bluca
Copy link
Member

bluca commented Nov 14, 2021

It's probably a bad idea if the labeler action doesn't update labels on force-pushes

This should be fixed by actions/labeler#113 but there doesn't seem to be any action on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants