Ghost/.github/workflows
Daniel Lockyer 0609ec2525
Fixed create-release-branch failing with non-core tags
- the create-release-branch workflow works by getting the most recent
  tag, bumping it and using that to create the new tag
- now we've moved Portal into the monorepo, we've got two different
  types of flags, but the Portal ones aren't valid semver so the
  workflow fails if the most recent tag is one for Portal
- this fixes that by ensuring we only fetch tags matching the pattern we
  use for tagging Ghost
2022-11-04 10:38:22 +07:00
..
auto-assign.yml Updated CI runners to Ubuntu 22.04 2022-08-22 15:37:19 +02:00
browser-tests.yml Updated all GitHub-owned Actions to v3 2022-08-03 22:33:28 +02:00
canary.yml Extracted Canary workflow to template 2022-03-31 08:27:18 +01:00
create-release-branch.yml Fixed create-release-branch failing with non-core tags 2022-11-04 10:38:22 +07:00
custom-build.yml Added name to Custom build workflow 2022-08-19 08:54:38 +02:00
label-actions.yml Loosened restrictions on GHA label-actions workflow 2022-09-29 11:39:35 +07:00
migration-review.yml Update peter-evans/create-or-update-comment digest to 7305482 2022-10-20 10:24:34 +07:00
release.yml Added workflow_dispatch trigger to Release workflow 2022-07-26 09:31:20 +02:00
stale.yml Increased frequency of stale bot execution to hourly 2022-09-29 16:10:49 +07:00
test.yml Removed MySQL 5 from CI 2022-09-27 08:03:53 +07:00