Include github.actor_id in default commit_author by parkerbxyz · Pull Request #354 · stefanzweifel/git-auto-commit-action (original) (raw)
This mimics the default commit author used by GitHub and matches the format used for the default commit_user_email.
rasa added a commit to rasa/git-auto-commit-action that referenced this pull request
rasa mentioned this pull request
stefanzweifel added a commit that referenced this pull request
docs: Update README.md per #354
alejandrop79 added a commit to Lattice-Trade/git-auto-commit-action that referenced this pull request
Add test for multi-line commit messages
Update README.md
Update README.md
Closes stefanzweifel#281
Update Author Email Address
Add permissions block to Workflows
Fix Typo in Workflow comments
Mention new permission requirements in usage docs
Starting February 2nd 2023, GitHub changed the default permissions of the GITHUB_TOKEN to be read-only in all new repositories.1
git-auto-commits needs write-permissions for the contents-key in order to work properly.
This commits updates the usage section, to mention the need for the permission requirements. The examples have also been updated to reflect that change.
Use actions/checkout@v3 in examples
Fix Comment in README
Bump bats from 1.8.2 to 1.9.0 (stefanzweifel#282)
Bumps bats from 1.8.2 to 1.9.0.
updated-dependencies:
- dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Fix docs about using in public forks
Update docs section about using the Action in public forks.
Add warning about current issue when the forks lives under an organisation.
Mark section about running a workflow in the head repository as outdated, as I was not able to reproduce this in test projects.
See stefanzweifel#211 (comment) for more details.
Update Test
Seems like there is an extra space (stefanzweifel#288)
Bump github/super-linter from 4 to 5 (stefanzweifel#289)
Bumps github/super-linter from 4 to 5.
updated-dependencies:
- dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump bats from 1.9.0 to 1.10.0 (stefanzweifel#293)
Bumps bats from 1.9.0 to 1.10.0.
updated-dependencies:
- dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump actions/checkout from 3 to 4 (stefanzweifel#302)
Bumps actions/checkout from 3 to 4.
updated-dependencies:
- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Use actions/checkout v4 in examples
Fix Typo
Update node version to node20 (stefanzweifel#300)
Co-authored-by: ryudai.takai
Update CHANGELOG
Use v5 in update-changelog Workflow
Use v5 in README
Use new Markdown Alerts in README
Little Doc Updates
Add Alert about pull_request_target
Remove outdated docs
Don't switch local branches
Update Test
Update Tests
Update Tests
Update Tests
Remove no longer needed tests
Temp disable assertions
Remove no longer used input options from tests
Remove _switch_to_branch function
Update Assertion
Remove skip_fetch, skip_checkout and create_branch
Remove removed options from README
Clarify
commit_authorinput option (stefanzweifel#315)Clarify
commit_authorinput optionUpdate README.md
Co-authored-by: Stefan Zweifel stefanzweifel@users.noreply.github.com
Bump release-drafter/release-drafter from 5 to 6 (stefanzweifel#319)
Linux is not UNIX (stefanzweifel#321)
Add step id explanation for output in README.md (stefanzweifel#324)
Bump bats from 1.10.0 to 1.11.0 (stefanzweifel#325)
Bumps bats from 1.10.0 to 1.11.0.
updated-dependencies:
- dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fail if attempting to execute git commands in a directory that is not a git-repo. (stefanzweifel#326)
Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.
Add Test
Code Formatting
Co-authored-by: Constantin Comendant constantin@uberagent.com Co-authored-by: Stefan Zweifel stefan@stefanzweifel.dev
Update CHANGELOG
Add with ref github.head_ref to README
Update GPG Signing section in README
Add docs about .github/workflows pushes
Fix link to "new feature request"
Update Bug Repo Form
Update bug.yaml
Add Section on preventing infinite loops to README
Bump github/super-linter from 5 to 6 (stefanzweifel#335)
Bumps github/super-linter from 5 to 6.
updated-dependencies:
- dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump github/super-linter from 6 to 7 (stefanzweifel#342)
Bumps github/super-linter from 6 to 7.
updated-dependencies:
- dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update README.md (stefanzweifel#343)
docs(README): fix broken protected branch docs link (stefanzweifel#346)
Add Scope/Permissions documentation for PATs
Closes stefanzweifel#347
- Bump bats from 1.11.0 to 1.11.1 (stefanzweifel#353)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Include
github.actor_idin defaultcommit_author
This mimics the default commit author used by GitHub and matches the format used for the default commit_user_email.
Update CHANGELOG
Replace Yarn with NPM
Add UPGRADING.md
Fix Typo
Throw error if repo is in detached state
Improve Error Message
Use ref in auto-commit workflow
Use ref checkout properly
docs: Update README.md per stefanzweifel#354
Update entrypoint.sh
Update action.yml
Update entrypoint.sh
Update git-auto-commit.bats
Update git-auto-commit.bats
Update README.md
Rename Input and add output
Add Tests
Update README
Update CHANGELOG
Emit warning if deprecated/removed options are used
Add git-auto-commit to warning text
Bump bats from 1.11.1 to 1.12.0
Bumps bats from 1.11.1 to 1.12.0.
updated-dependencies:
- dependency-name: bats dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com
Add deprecated inputs to fix unbound variable issue
Fix PAT instructions with Dependabot
Apply suggestions from code review
Update CHANGELOG
Disable Check if Repo is in Detached State
Fixes stefanzweifel#378
- Update CHANGELOG
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: Stefan Zweifel hello@stefanzweifel.io Co-authored-by: Stefan Zweifel stefanzweifel@users.noreply.github.com Co-authored-by: Stefan Zweifel stefan@stefanzweifel.dev Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Amador Rodríguez pedroamador.rodriguez@gmail.com Co-authored-by: 高井 56185180+ryudaitakai@users.noreply.github.com Co-authored-by: Nikita Panuhin n.panuhin@mail.ru Co-authored-by: Philip Couling couling@gmail.com Co-authored-by: Christian Vermeulen christian.vermeulen@gmail.com Co-authored-by: Constantin Comendant ccomendant@users.noreply.github.com Co-authored-by: Constantin Comendant constantin@uberagent.com Co-authored-by: Marcelo Trylesinski marcelotryle@gmail.com Co-authored-by: scarf greenscarf005@gmail.com Co-authored-by: Parker Brown 17183625+parkerbxyz@users.noreply.github.com Co-authored-by: Ross Smith II ross@smithii.com Co-authored-by: Lior Dux lior.dux@develeap.com Co-authored-by: stefanzweifel 1080923+stefanzweifel@users.noreply.github.com Co-authored-by: Sam Bull git@sambull.org
This file contains hidden or 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
[ Show hidden characters]({{ revealButtonHref }})