Skip to content

Commit

Permalink
Configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Sep 20, 2024
1 parent dbf34f5 commit 1d5679f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
check-linked-issues:
name: Check if pull request has linked issues
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
steps:
- name: Get issues
Expand All @@ -15,5 +16,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: PR has not linked issues
if: join(steps.get-issues.outputs.issues) == ''
run:
run:
exit 1

0 comments on commit 1d5679f

Please sign in to comment.