offensive-vk/Auto Pull Request Action
Create a new pull request with a ton of options and templates.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- MIT
Pinned Snippet
uses: offensive-vk/auto-pr-action@f144ad378e13df16109bc336d05359bb59bb839c # v8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | Comma-separated labels to apply | no | "" |
| title | Title of the PR | yes | — |
| body | PR Body | no | — |
| reviewers | Comma-separated list of reviewers | no | "" |
| assignees | Comma-separated list of assignees | no | "" |
| milestone | Milestone number | no | — |
| source-branch | Source branch | no | — |
| destination-branch | Destination branch | yes | — |
| repo-token | GitHub token to Create PR. | yes | ${{ github.token }} |
| allow-empty | Allow empty PR | no | false |
| draft | Create draft PR | no | false |
| debug | Enable verbose debug logging | no | false |
Outputs
| name | description |
|---|---|
| pr_url | URL of the created PR |
| pr_number | Number of the created PR |
| pr_created | True if PR created successfully, false otherwise |