Skip to content

Commit c6f1c66

Browse files
Pranav-yadavcortinico
authored andcommitted
Bump workflow hramos/needs-attention to v2.0.0 i.e. latest (#21)
1 parent d0eaa7f commit c6f1c66

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Label Issues that Need Attention When Author Responds
22

3+
_Forked from [hramos/needs-attention](https://github.com/hramos/needs-attention)_
4+
35
Applies 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

5052
Configuring labels:
5153

5254
```
53-
uses: hramos/needs-attention@v1
55+
uses: react-native-community/needs-attention@v2.0.0
5456
with:
5557
repo-token: ${{ secrets.GITHUB_TOKEN }}
5658
response-required-label: 'Needs Author Feedback'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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"
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)