Skip to content

Question: Can the /cancels endpoint be used to cancel auto rescue transaction? (Instead of /cancel as stated in the docs) #11

Question: Can the /cancels endpoint be used to cancel auto rescue transaction? (Instead of /cancel as stated in the docs)

Question: Can the /cancels endpoint be used to cancel auto rescue transaction? (Instead of /cancel as stated in the docs) #11

name: Label New Issues
on:
issues:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs response' label to new issues
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'needs response'