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

Commit 1029a70

Browse files
authored
Merge pull request #115 from github/docs-and-fixes
Docs, Fixes, and Updates
2 parents 84266cf + 330107c commit 1029a70

File tree

11 files changed

+352
-248
lines changed

11 files changed

+352
-248
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dist/** -diff linguist-generated=true
1+
dist/** -diff linguist-generated=true

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: setup node
21-
uses: actions/setup-node@v3.8.1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version-file: .node-version
2424
cache: 'npm'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributing
1+
# Contributing
22

33
[fork]: https://github.com/github/privileged-requester/fork
44
[pr]: https://github.com/github/privileged-requester/compare

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Privileged Requester
22

3-
[![CodeQL](https://github.com/github/privileged-requester/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/codeql-analysis.yml) [![package-check](https://github.com/github/privileged-requester/actions/workflows/package-check.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/package-check.yml) [![units-test](https://github.com/github/privileged-requester/actions/workflows/test.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/test.yml) [![privileged-requester](https://github.com/github/privileged-requester/actions/workflows/privileged-requester.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/privileged-requester.yml)
3+
[![CodeQL](https://github.com/github/privileged-requester/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/codeql-analysis.yml) [![package-check](https://github.com/github/privileged-requester/actions/workflows/package-check.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/package-check.yml) [![units-test](https://github.com/github/privileged-requester/actions/workflows/test.yml/badge.svg)](https://github.com/github/privileged-requester/actions/workflows/test.yml)
44

55
This GitHub Action will automatically approve pull requests based off of requester criteria defined in the target repository.
66

@@ -90,3 +90,20 @@ Here are the configuration options for this Action:
9090
## First Time Setup
9191

9292
It should be noted that this Action looks at the `default` branch for its configuration file. This means that if you add this Action through a pull request, it will look at the default branch and _fail_ because it cannot find the config file that has not landed on `main` / `master` yet. After merging the pull request that adds this Action to your repository, it should work as expected.
93+
94+
## GitHub App Permissions
95+
96+
If you are using a GitHub app with this Action, you will need to grant the following permissions:
97+
98+
- Checks: `Read and write`
99+
- Contents: `Read and write`
100+
- Metadata: `Read-only`
101+
- Pull requests: `Read and write`
102+
103+
### Subscribe to Events
104+
105+
This GitHub App will subscribe to the following events:
106+
107+
- Check suite
108+
- Check run
109+
- Pull request

0 commit comments

Comments
 (0)