Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 4, 2023
1 parent 6fb3fa2 commit 436df9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/invalid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
comment: |
> I understand that incomplete issues (e.g. without reproduction) are closed.
This issue is closed because not enough information was provided.
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.
4 changes: 4 additions & 0 deletions .github/workflows/needs-reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
This issue has been labeled as `needs: reproduction`. This label is added to issues that need a code reproduction.
Please provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) using [this template](https://github.com/capawesome-team/.capacitor-app) in a public GitHub repository so we can debug the issue.
If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for us to reproduce the issue.

0 comments on commit 436df9c

Please sign in to comment.