-
-
Notifications
You must be signed in to change notification settings - Fork 860
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# Configuration for Label Actions - https://github.com/dessant/label-actions | ||
|
||
issues: | ||
actions: | ||
# our issue template is not respected - required fields are missing | ||
"Needs: Issue Template": | ||
comment: > | ||
:wave: @{issue-author}, please respect our issue template<br>required fields are missing. | ||
# Close the issue | ||
close: true | ||
"question": | ||
comment: > | ||
:thinking: @{issue-author}, this is rather a question than an issue<br>please use our [discussions](https://github.com/react-native-mapbox-gl/maps/discussions) or [gitter](https://gitter.im/react-native-mapbox-gl/Lobby) or stackoverflow for this. | ||
# Close the issue | ||
close: true | ||
"Needs: Issue Template": | ||
comment: > | ||
:wave: @{issue-author}, please respect our issue template<br>required fields are missing. | ||
# Close the issue | ||
close: true | ||
"question": | ||
comment: > | ||
:thinking: @{issue-author}, this is rather a question than an issue<br>please use our [discussions](https://github.com/react-native-mapbox-gl/maps/discussions) or [gitter](https://gitter.im/react-native-mapbox-gl/Lobby) or stackoverflow for this. | ||
# Close the issue | ||
close: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Configuration for Label Actions - https://github.com/dessant/label-actions | ||
|
||
name: "Label Actions" | ||
|
||
on: | ||
issues: | ||
types: labeled | ||
|
||
permissions: | ||
contents: read | ||
issues: write | ||
|
||
jobs: | ||
action: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/label-actions@v2 |