https://github.com/devwithkrishna/create-github-issues
Create github issues using automation
https://github.com/devwithkrishna/create-github-issues
bash-script github github-issues github-workflow
Last synced: 11 months ago
JSON representation
Create github issues using automation
- Host: GitHub
- URL: https://github.com/devwithkrishna/create-github-issues
- Owner: devwithkrishna
- License: mit
- Created: 2023-12-28T08:38:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T13:32:40.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:55:51.194Z (about 1 year ago)
- Topics: bash-script, github, github-issues, github-workflow
- Language: Shell
- Homepage: https://github.com/devwithkrishna/create-github-issues
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-github-issues
```
Any user with pull access to a repository can create an issue. If issues are disabled in the repository, the API returns a 410 Gone status.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting.
```
reference: [create-github-issue](https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issue)
## How code works
* requires owner name / organization name
* requires repository name
### Arguments for creating the issue in Repository.
* title
* body
* lables
* assignees
```
These parameters are received from the github workflow UI. These are then passed to restAPI in bash script
```
* The credential used is ``` FINE GRAINED PERSONAL ACCESS TOKEN ```