Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c7538cafa |
@@ -7,7 +7,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
clear-labels:
|
clear-labels:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
# Always run - curl commands are safe if labels don't exist
|
if: |
|
||||||
|
contains(github.event.pull_request.labels.*.name, 'ready') ||
|
||||||
|
contains(github.event.pull_request.labels.*.name, 'self-reviewed')
|
||||||
steps:
|
steps:
|
||||||
- name: Remove ready and self-reviewed labels, reassign to author
|
- name: Remove ready and self-reviewed labels, reassign to author
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user