Skip to content

Commit

Permalink
ci(invalid): fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 8, 2023
1 parent effb96e commit 4837964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/invalid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Close Issue
run: gh issue close ${{ github.event.issue.number }} --comment "This issue has been labeled as `invalid`. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns."
env:
Expand Down

0 comments on commit 4837964

Please sign in to comment.