Skip to content

Commit

Permalink
ci: auto patch-release every 2 weeks (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Jun 16, 2023
1 parent 5bd31fa commit 8a9a92d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-patch-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Automatically create patch release every 2 weeks
on:
schedule:
# Run every Friday right before midnight
- cron: '59 23 * * 5'
jobs:
create_patch_release:
uses: dequelabs/axe-api-team/.github/workflows/auto-patch-release.yml
secrets: inherit
with:
release-command: bash .github/scripts/prepare_release.sh
release-branch: master
default-branch: develop

0 comments on commit 8a9a92d

Please sign in to comment.