Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Apr 11, 2024
1 parent f19fa12 commit 3e885a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/push-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3e885a6

Please sign in to comment.