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 517976b commit 211b77fCopy full SHA for 211b77f
.github/workflows/pr.yml
@@ -5,11 +5,11 @@ on:
5
- master
6
7
jobs:
8
- dependencies:
9
- uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
10
- if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
11
- secrets:
12
- githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
+ # dependencies:
+ # uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
+ # if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
+ # secrets:
+ # githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
13
14
alpha:
15
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
0 commit comments