saadmk11 / saadmk11/github-actions-version-updater
question: update GitHub actions without pull request
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 103
- Forks
- 21
- Avg merge
- 11m
- Merged PRs (30d)
- 5
Description
Hello, I'm trying to figure out if I can use this actions to only update files locally and then use different action for creating PR
I have similar workflow for updating pre-commit version update, with less permissions and it works just fine
Desired workflow:
permissions:
pull-requests: write
contents: read
jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
skip_pull_request: true
- uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update/github-actions
title: "chore: update github actions to latest version"
commit-message: "chore: update github action"
body: Update versions of github actions to latest version.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by checking the action's documented inputs and the behavior of skip_pull_request in the workflow shown; verify whether it leaves modified files for peter-evans/create-pull-request. Done means documenting the supported configuration or its limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100