* Add concurrency checks and cancellations to template workflows
* Give a fallback for the rare time this is locally-invoked
* GitHub docs are inconsistent, so use the correct variables; also don't use workflow since this is reusable
* Just go back to a group without fallbacks
* Final pass I hope, given Claude feedback
* Implement a new Claude suggestion
* Adjust groups per AppSec feedback
* Whitespace
* Update base image for get-checksum to gcr.io/distroless/python3-debian12:nonroot
* Update base image in version-bump to gcr.io/distroless/python3-debian12:nonroot
* Remove unnecessary pip install commands from Dockerfile
* Refactor Dockerfile to use python:3-slim base image and streamline package installation
* Refactor Dockerfile to improve build process and update main.py to use xml.etree.ElementTree
* Add step to fix file permissions in test-version-bump workflow
* Remove file permission fix step from test-version-bump workflow and update Dockerfile to use non-root base image
* Update crowdin
* feat: support v2.1.0
Events equal to `start` do not require the timestamp of a previous
message posted.
All other Events depend on the timestamp of the previous message posted.
rewrite according to v2.0.0 specs
[slackapi/slack-github-action v2.0.0 changes](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0#the-slack-api-method-now-must-be-specified-in-inputs)
update version used
v1.27.1 -> v2.1.0
* fix: invalid syntax
combine steps
fix validation of proper input `inputs.event`.
include "fake ternary" expression.
* fix: json parsing
* feat: change condition
* fix: basic text formatting
maintain basic text formatting that was originally intended
* test: invoke update condition
if `update-ts` is not `null` update the previous message using timestamp
value.
* test: remove test
* cleanup: remove id
* feat: support v2.1.0 spec
update and rewrite to v2.x.x specifications
* Add GitHub Actions workflow for publishing mobile releases
* Fix version comparison logic in GitHub Actions workflow for mobile release
* Add artifact name composition step in GitHub Actions workflow
* Fix version comparison logic in GitHub Actions workflow for mobile release
* Refactor GitHub Actions workflow to enhance version handling and project type input
* Enhance version release logging to include version name in GitHub Actions workflow
* Update GitHub release command to publish the release
* Update .github/workflows/_publish-mobile-github-release.yml
Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
* Update .github/workflows/_publish-mobile-github-release.yml
Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
* fix workflow linter
---------
Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>