Skip to content

Commit

Permalink
Merge pull request #13052 from Luap99/issues2
Browse files Browse the repository at this point in the history
[CI:DOCS] github: label issues based on os fix regex
  • Loading branch information
openshift-merge-robot authored Jan 28, 2022
2 parents fae7648 + a928d39 commit 935ae1b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# List of labels which should be assigned to issues based on a regex
windows:
- 'Os\/Arch:\s*windows'

# info prints OsArch: ...
# version prints OS/Arch: ...
- 'O[Ss]\/?Arch:\s*windows'
macos:
- 'Os\/Arch:\s*darwin'
# info prints OsArch: ...
# version prints OS/Arch: ...
- 'O[Ss]\/?Arch:\s*darwin'

remote:
# podman-remote version prints Client:\nVersion:...
- 'Client:\sVersion:'
# we cannot use multiline regex so we check for serviceIsRemote in podman info
- 'serviceIsRemote:\strue'

0 comments on commit 935ae1b

Please sign in to comment.