Skip to content

Commit 49bb35f

Browse files
authored
Fix needs-more-info action (#3546)
## Description #3508 introduced enhanced issue template. However, it did not changed github action responsible for checking issues. I've spotted it in [this issue](#3543). ## Test plan Well... I guess we should create test issues 🤷‍♀️
1 parent 77937db commit 49bb35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/needs-more-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
needs-more-info-label: 'Missing info'
36-
required-sections: 'Description;Steps to reproduce;Snack or a link to a repository;Gesture Handler version;React Native version;Platforms'
36+
required-sections: 'Description;Steps to reproduce;A link to a [Gist](https://gist.github.com/), an [Expo Snack](https://snack.expo.io/) or a link to a repository based on [this template](https://github.com/react-native-community/reproducer-react-native) that reproduces the bug.;Gesture Handler version;React Native version;Platforms'
3737
needs-more-info-response: "Hey! 👋 \n\nIt looks like you've omitted a few important sections from the issue template."
3838
# This action also appends something like: "Please complete X, Y and Z sections." to the response.
3939
# Code responsible for this can be found here: https://github.com/software-mansion-labs/swmansion-bot/blob/main/needs-more-info/MissingSectionsFormatter.js

0 commit comments

Comments
 (0)