Skip to content

Commit

Permalink
Merge pull request #113 from oddstr13:pr-release-next-workflows-8
Browse files Browse the repository at this point in the history
Pretty named workflows
  • Loading branch information
oddstr13 authored Sep 23, 2023
2 parents 128f21a + bb40383 commit b3bcee4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-next-checkbox-update.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Update release prepp PR (manual)
on:
pull_request:
types:
Expand All @@ -19,7 +20,7 @@ jobs:
github-token: ${{ github.token }}
action: detect

- name: list changes
- name: List changes
run: |
echo "checked=${{ steps.detect.outputs.checked }}"
echo "unchecked=${{ steps.detect.outputs.unchecked }}
Expand All @@ -38,4 +39,5 @@ jobs:
needs: detect
if: ${{ contains(needs.detect.outputs.checked, needs.detect.outputs.refresh_checkbox) }}
steps:
- uses: ./.github/workflows/release-next-create-pr.yaml
- name: Call prepp PR workflow
uses: ./.github/workflows/release-next-create-pr.yaml
1 change: 1 addition & 0 deletions .github/workflows/release-next-create-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release prepp PR
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-next-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Publish release now
on:
pull_request:
types:
Expand Down

0 comments on commit b3bcee4

Please sign in to comment.