Skip to content

Commit

Permalink
fix(renovate): remove labeled trigger on pull request events (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Oct 29, 2024
1 parent 90c1bd3 commit d9e863a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/lazy-cows-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": patch
---

Remove `labeled` trigger on pull request events.

4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Renovate
issues:
types: [edited]
pull_request:
types: [edited, labeled]
types: [edited]
push:
branches: ['**']
schedule:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
branch: ${{ (github.ref_name != github.event.repository.default_branch || env.dry_run == 'true') && github.ref_name || '' }}
cache: true
dry-run: ${{ env.dry_run }}
log-level: ${{ inputs.log_level || env.WORKFLOW_LOG_LEVEL }}
log-level: ${{ inputs.log_level || env.autodiscover == 'true' && 'info' || env.WORKFLOW_LOG_LEVEL }}
print-config: ${{ inputs.print_config }}
renovate-app-id: ${{ secrets.APPLICATION_ID }}
renovate-app-private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}
Expand Down

0 comments on commit d9e863a

Please sign in to comment.