Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip status checks
  • Loading branch information
Keboo authored Jan 15, 2023
commit 2750cbd01961a9a83afd646ae8470d6a75347dc5
6 changes: 5 additions & 1 deletion .github/workflows/icon_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ jobs:
git checkout -b "automated/icon_update"
git commit -m "[bot] Pack Icon update" --all
git push -f --set-upstream origin automated/icon_update
gh pr create --fill
$commitMessage = @"[bot] Pack Icon update


skip-checks: true"@
gh pr create --title "Icon Update [bot]" --body $commitMessage
gh pr merge automated/icon_update --delete-branch --auto --squash