Commit Graph

7 Commits

Author SHA1 Message Date
SlightlyCircuitous
3b135c4e35
Use double quotes 2024-03-09 19:10:44 -05:00
SlightlyCircuitous
ecb3b5f092
Replace set-output in python code 2024-03-09 18:48:11 -05:00
SlightlyCircuitous
1a138d00d8
Replace set-output with GITHUB_OUTPUT
Replaces all instances in echo commands
2024-03-05 16:15:36 -05:00
Zach H
947fdc191e
Merge pull request #241 from Cockatrice/tooomm-ci_version_updater
CI: Small change in version update action
2023-10-31 22:56:51 -04:00
tooomm
17804764ea Update updateversion.yml 2023-10-28 19:39:18 +02:00
dependabot[bot]
33dddfaccd
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:00:01 +00:00
ebbit1q
2666cee318
add workflow for updating the version on pr approval (#135)
* add workflow for updating the version on pr approval

* split into script

* apply pressure

* github parameter replacement uses double braces

* remove checks and fix repo url

* change merge behavior to merge master into the pr instead

this means it will not be required to force push when we're behind on
master

* add option to use workflow on comments

* grab correct ref from comments

* get full pr info from comment

* remove shell script

* correctly deal with having a different upstream

* prettyfy
2022-02-14 22:35:46 +01:00