Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Pre-created cluster is not found #1367

Pre-created cluster is not found

Pre-created cluster is not found #1367

name: Remove pending label on answer
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