Skip to content

Commit 66b0077

Browse files
committed
simplify
1 parent 4db24f1 commit 66b0077

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/labeler.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/auto-label.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
contents: write
3737
pull-requests: write
3838
runs-on: ubuntu-latest
39-
if: ${{ github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]') && github.repository == 'mscheltienne/template-python' }}
39+
if: ${{ github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]') }}
4040
steps:
4141
- name: Enable auto-merge for bot PRs
4242
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)