Cleanup local org references after github org transfer
This commit is contained in:
Родитель
d87e8219a4
Коммит
f3437a34bb
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
# run privileged-requester
|
||||
- uses: DanHoerst/privileged-requester@vX.X.X
|
||||
- uses: github/privileged-requester@vX.X.X
|
||||
```
|
||||
|
||||
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
|
|||
```yaml
|
||||
---
|
||||
requesters:
|
||||
danhoerst:
|
||||
labels:
|
||||
- testing
|
||||
dependabot[bot]:
|
||||
labels:
|
||||
- dependencies
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
requesters:
|
||||
danhoerst:
|
||||
labels:
|
||||
- testing
|
||||
dependabot[bot]:
|
||||
labels:
|
||||
- dependencies
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/danhoerst/privileged-requester.git"
|
||||
"url": "git+https://github.com/github/privileged-requester.git"
|
||||
},
|
||||
"keywords": [
|
||||
"GitHub",
|
||||
|
@ -25,9 +25,9 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/danhoerst/privileged-requester/issues"
|
||||
"url": "https://github.com/github/privileged-requester/issues"
|
||||
},
|
||||
"homepage": "https://github.com/danhoerst/privileged-requester#readme",
|
||||
"homepage": "https://github.com/github/privileged-requester#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.5",
|
||||
"@actions/github": "^5.1.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче