We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd82850 commit 07898b7Copy full SHA for 07898b7
.github/workflows/pr-title.yml
@@ -10,6 +10,7 @@ permissions:
10
jobs:
11
check:
12
runs-on: ubuntu-latest
13
+ if: ${{ github.actor != 'dependabot[bot]' }}
14
steps:
15
- uses: amannn/action-semantic-pull-request@v6
16
env:
.github/workflows/update-badges.yml
@@ -8,6 +8,7 @@ on:
8
9
update-badges:
+ if: ${{ github.repository == 'pablodelucca/pixel-agents' }}
- name: Fetch VS Code Marketplace stats
0 commit comments