diff options
| author | William Boman <william@redwill.se> | 2023-02-17 20:02:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 20:02:05 +0100 |
| commit | fcd916f4112af32c4cad75031da7a7f4719ba65c (patch) | |
| tree | c81c79c4069e868491ff3edfbb7ae1d34cdd34bc /.github | |
| parent | chore: update generated code (#1003) (diff) | |
| download | mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar.gz mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar.bz2 mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar.lz mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar.xz mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.tar.zst mason-fcd916f4112af32c4cad75031da7a7f4719ba65c.zip | |
chore(workflows): change autogenerate commit message (#1004)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/autogenerate.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/autogenerate.yml b/.github/workflows/autogenerate.yml index ffeda5af..6d132fbe 100644 --- a/.github/workflows/autogenerate.yml +++ b/.github/workflows/autogenerate.yml @@ -30,12 +30,12 @@ jobs: add-paths: | lua/mason-schemas PACKAGES.md - commit-message: "chore: update generated code" + commit-message: "chore: autogenerate" branch: chore/autogenerate branch-suffix: short-commit-hash delete-branch: true labels: automerge - title: "chore: update generated code" + title: "chore: autogenerate" - name: Enable Pull Request Automerge if: steps.cpr.outputs.pull-request-operation == 'created' |
