Skip to content

Releases: grafana/github-api-commit-action

v1.0.0

07 May 18:28
b1d8109

Choose a tag to compare

1.0.0 (2025-05-07)

⚠ BREAKING CHANGES

  • add token to remote URL so remote operations have auth (#111)

🚀 Features

  • add token to remote URL so remote operations have auth (#111) (219f96d)

v0.4.3

06 May 18:41
4358a03

Choose a tag to compare

0.4.3 (2025-05-06)

🧪 Testing

  • improve test workflow to reduce boilerplate (#104) (702c057)

📦 Dependency Updates

  • deps: bump grafana/github-api-commit-action from 0.4.0 to 0.4.2 (#102) (f5788fb)

v0.4.2

22 Apr 16:04
4eceeb6

Choose a tag to compare

0.4.2 (2025-04-22)

📚 Documentation

  • CONTRIBUTING: add contribution guide (#99) (6bdf8f1)

v0.4.1

21 Apr 20:57
217dd3b

Choose a tag to compare

0.4.1 (2025-04-21)

📚 Documentation

  • README: add releases section to README template (#93) (80353e9)

v0.4.0

21 Apr 04:36
db25908

Choose a tag to compare

0.4.0 (2025-04-21)

🚀 Features

  • improve support for larger commits (cae2afb)

🐛 Bug Fixes

  • support no changes (#67) (665f5a0)
  • test workflow use default checkout ref for pull request (#68) (ee8e5db)

🧪 Testing

⚙️ Miscellaneous Tasks

  • 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)
  • update changelog [bot] (#69) (baa0805)
  • update changelog [bot] (#73) (d2aa611)
  • update changelog [bot] (#76) (51f759d)
  • update changelog [bot] (#78) (96733db)
  • update changelog [bot] (#82) (ea14ad7)

v0.3.1

10 Mar 15:29
41fe732

Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #62

Full Changelog: v0...v0.3.1

v0.3.0

10 Feb 20:48
0776420

Choose a tag to compare

Usage example

- name: Commit changes
    uses: grafana/github-api-commit-action@077642073699d6dd9e9c42a9f69ce517fabf79d2 # v0.3.0
    with:
      commit-message: "<commit-message>" # Commit message defaults to "Commit performed by grafana/github-api-commit-action"
      create-branch-on-remote: true # Whether to create the branch on the remote if it doesn't exist already: Defaults to false
      stage-all-files: true # Whether to additionally stage any changed files in the checkout. Defaults to false
      token: ${{ secrets.GITHUB_TOKEN }} # Token you want to authenticate with, must have write permission to repo

Breaking Change

  • Removed input parameter use-checkout-repo
    • The action was dependent on native git commands to perform a lot of the functions to accomplish the commit. Omitting or Setting use-checkout-repo to false was really just a shortcut to using github.context.repo to figure out the repo name. The action now gets the owner/repo string from the remote origin of the checked out code.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Mar 21:08
ccf9b52

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0