mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
pending label auto-removal on new comment
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
98a781f5cf
commit
1fed4dd47f
17
.github/workflows/pending_answered.yml
vendored
Normal file
17
.github/workflows/pending_answered.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Continuous integration
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [ created ]
|
||||
|
||||
jobs:
|
||||
pending:
|
||||
if: ${{ !github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'pending') }}
|
||||
name: Remove pending label
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: removelabel
|
||||
uses: siegerts/pending-response@v1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pending-response-label: pending
|
Loading…
x
Reference in New Issue
Block a user