Skip to content

Commit

Permalink
update assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 4, 2024
1 parent 0d7cdc4 commit 461a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Create pull request
#run: gh pr create --base main --fill-first --assignee "@me"
# https://github.com/cli/cli/issues/6485#issuecomment-1287937905
run: gh pr create --repo=karelze/tclf --base main --head karelze:${{ github.run_id }}-${{ github.run_attempt }} --assignee "@me" --title "Auto-update pre-commit hooks" --body "Update versions of tools in pre-commit configs to latest version"
run: gh pr create --repo=karelze/tclf --base main --head karelze:${{ github.run_id }}-${{ github.run_attempt }} --assignee "karelze" --title "Auto-update pre-commit hooks" --body "Update versions of tools in pre-commit configs to latest version"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 461a04a

Please sign in to comment.