diff --git a/.github/stale.yml b/.github/stale.yml index 8e872e910b06..1853ab92ea79 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,7 +6,8 @@ daysUntilClose: 7 exemptLabels: - :hourglass: Long Term # Label to use when marking an issue as stale -staleLabel: :snowflake: Stale +staleLabel: + - :snowflake: Stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 660f46457ef7..906bd8d0140e 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -20,7 +20,10 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: develop target_branch: release/MAPL-v3 - label: :chart_with_upwards_trend: MAPL3, Changelog Skip, :wrench: Github Actions + label: + - :chart_with_upwards_trend: MAPL3 + - Changelog Skip + - :wrench: Github Actions template: .github/PULL_REQUEST_TEMPLATE/auto_pr_to_mapl3.md # Turning this to false until the action can get a fix for # https://github.com/devops-infra/action-pull-request/issues/126 diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index e5bf25630669..cecc07c8930c 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -20,7 +20,8 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: main target_branch: develop - label: :wrench: Github Actions + label: + - :wrench: Github Actions template: .github/PULL_REQUEST_TEMPLATE/gitflow_main_develop.md get_diff: true assignee: ${{ github.actor }}