We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
develop-*
1 parent 1e0b281 commit 1ec3fe4Copy full SHA for 1ec3fe4
.github/workflows/add-testlink-to-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Create/update test link on DEV
14
- if: ${{ github.base_ref == 'develop' }}
+ if: ${{ github.base_ref == 'develop' || startsWith('develop-', github.base_ref) }}
15
uses: tzkhan/pr-update-action@v2
16
with:
17
repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments