Skip to content

Commit 944dbb0

Browse files
Transition f. "Schedule Friday 0700" to "Add Update Label Weekly - ATO" (#8518)
* transition f. schedule-fri-0700 to add-update-label-weekly ATO * change dry-run inputs * add days back to configs * Update add-update-label-weekly-config.yml remove inline comment in yaml
1 parent 6252190 commit 944dbb0

File tree

5 files changed

+15
-436
lines changed

5 files changed

+15
-436
lines changed

.github/workflows/add-update-label-weekly.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ on:
1313
workflow_dispatch:
1414
inputs:
1515
dry-run:
16-
description: 'Run in dry-run mode to preview changes- will not update labels or comments.'
17-
type: choice
18-
options:
19-
- 'true'
20-
- 'false'
21-
default: 'true'
16+
description: 'Check to run in dry-run preview mode- will not update labels or comments.'
17+
type: boolean
18+
default: true
2219

2320
jobs:
2421
Add-Update-Label-Weekly:
@@ -39,4 +36,4 @@ jobs:
3936
uses: hackforla/automate-the-org/gha-add-update-label-weekly@v1
4037
with:
4138
github-token: ${{ steps.generate-app-token.outputs.token }}
42-
dry-run: ${{ github.event.inputs.dry-run || 'true' }}
39+
dry-run: ${{ github.event_name == 'schedule' && 'false' || github.event.inputs.dry-run || 'true' }}

.github/workflows/schedule-fri-0700.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)