1.0.0 (2025-05-07)
- add token to remote URL so remote operations have auth (#111)
0.4.3 (2025-05-06)
0.4.2 (2025-04-22)
0.4.1 (2025-04-21)
0.4.0 (2025-04-21)
- improve support for larger commits (cae2afb)
- support no changes (#67) (665f5a0)
- test workflow use default checkout ref for pull request (#68) (ee8e5db)
- add vault secrets to workflows; update test to pull_request_target (#72) (e884679)
- bootstrap release-please config (#81) (a1de24a)
- changelog: generate changelog and add sections to release-please config (#86) (f76be42)
- deps: bump actions/create-github-app-token from 1 to 2 (#79) (412b51b)
- deps: bump grafana/github-api-commit-action from 0.3.0 to 0.3.1 (#65) (cdc46bd)
- trigger tests via workflow call, dispatch or push to main (#75) (f72ba3b)
- Validate tokenized urls (#59)
- Pr create steps (#61)
- Update commit hash in readme; add test for delete (#58)
- Add auto update and merge workflows (#60)
- [breaking] Convert action to use graphql mutation (#57)
- Add ability to commit to checked out repo instead of context repo
- (version) Update version in readme and update changelog
- Update readme, changelog and commit message in update changelog
- Fix linting error and rebuild action
- (wip) Begin pulling in pieces of action
- (commit-flow) Add in remaining steps to commit files
- (github) Use * as github instead of default import
- (exec) Use * as exec instead of default export
- (cwd) Remove cwd option as it said it doesnt exist. Not sure if its considered relative or not
- (cd) Remove cd because it wasn't available
- (action) Add logging to action and improve workflow (#4)
- (build) Disable codeql until repo is public, build action
- (pwd) Add pwd command to see what the directory structure looks like
- (pwd) Add realpath to see what the path of the files are
- (path) Print out realpath of file
- (rootDir) Remove reference to rootdir to see if action can see files
- (debug) Add debug logging
- (trim) Trim the output of any execs
- (cleanup) Readme updates, remove unused code (#6)