Skip to content

Allow GW2Radial to mount the Skyscale in combat if the SotO mastery Combat Launch is active #158

Allow GW2Radial to mount the Skyscale in combat if the SotO mastery Combat Launch is active

Allow GW2Radial to mount the Skyscale in combat if the SotO mastery Combat Launch is active #158

name: Remove waiting label
on:
issue_comment:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
if: |
github.event.comment.author_association != 'OWNER' &&
github.event.comment.author_association != 'COLLABORATOR'
steps:
- name: Remove waiting label
uses: octokit/[email protected]
continue-on-error: true
with:
route: DELETE /repos/:repository/issues/:issue/labels/:label
repository: ${{ github.repository }}
issue: ${{ github.event.issue.number }}
label: waiting
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}