Skip to content

Commit

Permalink
Fix path to ISSUE_TEMPLATE in labels config
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 21, 2023
1 parent 550afdc commit f156ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labels-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"needs: issue template":
comment: >
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.md">ISSUE TEMPLATE</a>.
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.yml">ISSUE TEMPLATE</a>.
"resolution: no response":
comment: >
Expand Down

0 comments on commit f156ed4

Please sign in to comment.