-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/adapt for ghes endpoint (#12)
- Loading branch information
Quang Minh Pho
authored
Feb 1, 2022
1 parent
b46e6d5
commit edfe349
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,15 @@ Sometimes you want to tag a team or multiple persons when an issue (or something | |
|
||
# Usage: | ||
|
||
Requirements: | ||
|
||
A GitHub App [https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps#about-github-apps] installed on the repository/organization that the GitHub Actions Workflow will execute from | ||
The GitHub Apps minimally should have the following permissions: | ||
- Read & write access to Issues | ||
- Read-only access to Members | ||
- Read-only access to Administration (Only applicable for GitHub Enterprise Server) | ||
A method to retrieve `GITHUB_TOKEN` (script/action), a good example for action would be `peter-murray/workflow-application-token-action` | ||
|
||
``` yaml | ||
- uses: devops-actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters