diff --git a/.github/workflows/call-auto-merge.yml b/.github/workflows/call-auto-merge.yml index c699aeb..16b73f3 100644 --- a/.github/workflows/call-auto-merge.yml +++ b/.github/workflows/call-auto-merge.yml @@ -1,3 +1,5 @@ +name: Call Auto Merge + env: ACTIONS_STEP_DEBUG: true ACTIONS_RUNNER_DEBUG: true @@ -38,11 +40,8 @@ on: jobs: call-auto-merge: - # uses: ./.github/workflows/auto-merge.yml + name: Call Auto Merge uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main - # uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@v1 - # uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e secrets: inherit - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + diff --git a/.github/workflows/call-ci-semantic-release-npm-sync.yml b/.github/workflows/call-ci-semantic-release-npm-sync.yml index 17d902a..bd9c137 100644 --- a/.github/workflows/call-ci-semantic-release-npm-sync.yml +++ b/.github/workflows/call-ci-semantic-release-npm-sync.yml @@ -1,3 +1,5 @@ +name: Call CI Semantic Release NPM Sync + env: ACTIONS_STEP_DEBUG: true ACTIONS_RUNNER_DEBUG: true @@ -51,4 +53,3 @@ jobs: RUN_LINT: 0 RUN_BUILD: 0 RUN_TEST: 0 - \ No newline at end of file diff --git a/.github/workflows/call-ci-semantic-release-sync.yml b/.github/workflows/call-ci-semantic-release-sync.yml index 32bf2ec..09650da 100644 --- a/.github/workflows/call-ci-semantic-release-sync.yml +++ b/.github/workflows/call-ci-semantic-release-sync.yml @@ -1,3 +1,5 @@ +name: Call CI Semantic Release Sync + env: ACTIONS_STEP_DEBUG: true ACTIONS_RUNNER_DEBUG: true @@ -50,4 +52,3 @@ jobs: RUN_BUILD: 0 RUN_TEST: 0 RUN_RELEASE: ${{ inputs.RUN_RELEASE || '1' }} - \ No newline at end of file diff --git a/.github/workflows/call-cleanup-branch.yml b/.github/workflows/call-cleanup-branch.yml index ba1cfde..5947fb4 100644 --- a/.github/workflows/call-cleanup-branch.yml +++ b/.github/workflows/call-cleanup-branch.yml @@ -1,3 +1,5 @@ +name: Call Cleanup Branch + # This workflow demonstrates how to call the reusable cleanup-branch workflow on: @@ -33,9 +35,9 @@ on: jobs: cleanup_branch: uses: variablesoftware/github-workflows/.github/workflows/cleanup-branch.yml@main + secrets: inherit with: commit_threshold: 10 # Optional, default is 10 days_stale: 13 # Optional, default is 30 base_branch: main # Optional, default is 'main' dry_run: false # Set to true for testing, false to actually open PRs - secrets: inherit diff --git a/.github/workflows/call-prune-releases.yaml b/.github/workflows/call-prune-releases.yaml index b62beb0..641e8bb 100644 --- a/.github/workflows/call-prune-releases.yaml +++ b/.github/workflows/call-prune-releases.yaml @@ -1,3 +1,5 @@ +name: Call Prune Releases + on: workflow_dispatch: @@ -32,6 +34,4 @@ on: jobs: prune_releases: uses: variablesoftware/github-workflows/.github/workflows/prune-releases.yaml@main - with: - releases_to_keep: 5 # Optional, defaults to 3 secrets: inherit \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e4888..718c152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.2.6](https://github.com/variablesoftware/github-workflows/compare/v1.2.5...v1.2.6) (2025-06-20) + ## [1.2.5](https://github.com/variablesoftware/github-workflows/compare/v1.2.4...v1.2.5) (2025-06-20) ## [1.2.4](https://github.com/variablesoftware/github-workflows/compare/v1.2.3...v1.2.4) (2025-06-20) diff --git a/package.json b/package.json index a183b3f..36c3162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.2.5", + "version": "1.2.6", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",