Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 9c454d9

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/jest-29.2.0
2 parents c5bcc53 + cd15d1d commit 9c454d9

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818

1919
# run privileged-requester
20-
- uses: DanHoerst/[email protected]
20+
- uses: github/[email protected]
2121
```
2222
2323
See the example in [the workflow folder](.github/workflows/privileged-requester.yml)
@@ -29,9 +29,6 @@ In the target repo, the privileged requester functionality should be configured
2929
```yaml
3030
---
3131
requesters:
32-
danhoerst:
33-
labels:
34-
- testing
3532
dependabot[bot]:
3633
labels:
3734
- dependencies

config/privileged-requester.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
requesters:
3-
danhoerst:
4-
labels:
5-
- testing
63
dependabot[bot]:
74
labels:
85
- dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/danhoerst/privileged-requester.git"
18+
"url": "git+https://github.com/github/privileged-requester.git"
1919
},
2020
"keywords": [
2121
"GitHub",
@@ -25,9 +25,9 @@
2525
"author": "",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/danhoerst/privileged-requester/issues"
28+
"url": "https://github.com/github/privileged-requester/issues"
2929
},
30-
"homepage": "https://github.com/danhoerst/privileged-requester#readme",
30+
"homepage": "https://github.com/github/privileged-requester#readme",
3131
"dependencies": {
3232
"@actions/core": "^1.2.5",
3333
"@actions/github": "^5.1.1",

0 commit comments

Comments
 (0)