stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
1.97k stars 226 forks source link

Output hash of created commit #172

Closed webignition closed 2 years ago

webignition commented 2 years ago

Adds commit_hash output populated with the full commit hash where relevant.

Fixes #171

webignition commented 2 years ago

I now notice that checks are currently only run on push events. Running the tests and linter workflows on pull requests should make it harder for contributors to get buggy code into master. Shall I create a PR for that also?

webignition commented 2 years ago

I should probably also update the readme ...

stefanzweifel commented 2 years ago

I now notice that checks are currently only run on push events. Running the tests and linter workflows on pull requests should make it harder for contributors to get buggy code into master. Shall I create a PR for that also?

Feel free to PR this too.

Will have a closer look at this PR in the next couple of days … or when you feel the PR is ready to review. Thanks for your contribution!

webignition commented 2 years ago

The PR for workflow updates is at stefanzweifel/git-auto-commit-action/pull/173.

webignition commented 2 years ago

Now that stefanzweifel/git-auto-commit-action/pull/172 is merged, I'll rebase and push to this PR again and hopefully that should get some checks to run.

stefanzweifel commented 2 years ago

Lovely. Will take a closer look this evening and merge and tag a new version.

webignition commented 2 years ago

:+1: Marvellous, cheers!