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.
1 parent f47c900 commit 9f9e3cfCopy full SHA for 9f9e3cf
.github/workflows/pr.yml
@@ -4,11 +4,13 @@ on:
4
5
jobs:
6
dependencies:
7
+ if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
8
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
9
secrets:
10
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
11
12
release:
13
14
permissions:
15
contents: read
16
id-token: write
0 commit comments