We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 797a7a6 + 66ea783 commit dd4ddd0Copy full SHA for dd4ddd0
.github/workflows/check-pr-linked-issue.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
check-linked-issue:
9
runs-on: ubuntu-latest
10
+ # Exception : les PR de develop vers main n'ont pas besoin d'être liées à une issue
11
+ if: github.head_ref != 'develop' || github.base_ref != 'main'
12
steps:
13
- name: Check if PR is linked to an issue
14
uses: actions/github-script@v7
0 commit comments