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 4837964 commit b568914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/invalid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
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."
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:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b568914

Please sign in to comment.