Skip to content

Commit 07898b7

Browse files
authored
ci: skip PR title check for Dependabot, restrict badge updates to main repo (#181)
1 parent bd82850 commit 07898b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
check:
1212
runs-on: ubuntu-latest
13+
if: ${{ github.actor != 'dependabot[bot]' }}
1314
steps:
1415
- uses: amannn/action-semantic-pull-request@v6
1516
env:

.github/workflows/update-badges.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
update-badges:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository == 'pablodelucca/pixel-agents' }}
1112

1213
steps:
1314
- name: Fetch VS Code Marketplace stats

0 commit comments

Comments
 (0)