Skip to content

Commit

Permalink
feat: add gh alias for dependabot rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
aps831 committed Jan 28, 2024
1 parent ff358d2 commit cf980b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_config/gh/private_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ aliases:
pr-checkout: '!id="$(gh pr list -L100 | fzf | cut -f1)"; [ -n "$id" ] && gh pr checkout "$id"'
pr-close-stale: '!id="$(gh pr list -L100 | fzf | cut -f1)"; [ -n "$id" ] && gh pr close "$id" -d -c "Stale"'
pr-combine-dependabot-combine: 'combine-prs --query "author:app/dependabot -label:no_combine_prs" --skip-pr-check'
pr-rebase-dependabot: '!id="$(gh pr list --search "author:app/dependabot" | fzf | cut -f1)"; [ -n "$id" ] && gh pr comment "$id" -b "@dependabot rebase"'
pr-list-dependabot: 'pr list --author app/dependabot'
pr-list-dependabot-combine: 'pr list --search "author:app/dependabot -label:no_combine_prs"'
pr-list-dependabot-no-combine: 'pr list --search "author:app/dependabot label:no_combine_prs"'
Expand Down

0 comments on commit cf980b7

Please sign in to comment.