File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 applyNeedsAttentionLabel :
1212 permissions :
1313 contents : read # for actions/checkout to fetch code
14- issues : write # for hramos /needs-attention to label issues
14+ issues : write # for react-native-community /needs-attention to label issues
1515 name : Apply Needs Attention Label
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Apply Needs Attention Label
20- uses :
hramos /[email protected] -rc.2 20+ uses :
react-native-community /[email protected] 2121 with :
2222 repo-token : ${{ secrets.GITHUB_TOKEN }}
2323 # response-required-label: 'Needs Author Feedback' # <- Default
Original file line number Diff line number Diff line change 11# Label Issues that Need Attention When Author Responds
22
3+ _ Forked from [ hramos/needs-attention] ( https://github.com/hramos/needs-attention ) _
4+
35Applies a label whenever the original author of an issue adds a comment to an issue that needed their response.
46
57## How It Works
@@ -42,15 +44,15 @@ jobs:
4244 steps:
4345 - uses: actions/checkout@v3
4446 - name: Apply Needs Attention Label
45- uses: hramos /needs-attention@v1
47+ uses: react-native-community /needs-attention@v1
4648 with:
4749 repo-token: ${{ secrets.GITHUB_TOKEN }}
4850```
4951
5052Configuring labels:
5153
5254```
53- uses: hramos /needs-attention@v1
55+ uses: react-native-community /needs-attention@v2.0.0
5456with:
5557 repo-token: ${{ secrets.GITHUB_TOKEN }}
5658 response-required-label: 'Needs Author Feedback'
Original file line number Diff line number Diff line change 55 "author" : " Héctor Ramos, Pranav Yadav" ,
66 "license" : " MIT" ,
77 "bugs" : {
8- "url" : " https://github.com/hramos /needs-attention/issues"
8+ "url" : " https://github.com/react-native-community /needs-attention/issues"
99 },
10- "homepage" : " https://github.com/hramos /needs-attention#readme" ,
10+ "homepage" : " https://github.com/react-native-community /needs-attention#readme" ,
1111 "main" : " lib/index.js" ,
1212 "engines" : {
1313 "node" : " >=16.0.0"
2121 },
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " git+https://github.com/hramos /needs-attention.git"
24+ "url" : " git+https://github.com/react-native-community /needs-attention.git"
2525 },
2626 "keywords" : [
2727 " actions" ,
You can’t perform that action at this time.
0 commit comments