Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions .github/workflows/release-notes-generate.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/release-notes-generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
# to bail us out, and the lock file shouldn't drift just because the
# frontmatter changed.
stale-check: false
# Stable releases are published by the `aspire-repo-bot` GitHub App. gh-aw's
# activation gate checks the triggering actor's repo permission and GitHub
# Apps do not appear as collaborators, so allow-list the App the same way as
# other bot-triggered gh-aw workflows in this repo.
bots: [aspire-repo-bot]

if: >-
github.repository == 'microsoft/aspire'
Expand Down
33 changes: 18 additions & 15 deletions .github/workflows/release-update-support-mdx.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/release-update-support-mdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ on:
required: true
type: string
stale-check: false
# Stable releases are published by the `aspire-repo-bot` GitHub App. gh-aw's
# activation gate checks the triggering actor's repo permission and GitHub
# Apps do not appear as collaborators, so allow-list the App the same way as
# other bot-triggered gh-aw workflows in this repo.
bots: [aspire-repo-bot]

if: >-
github.repository == 'microsoft/aspire'
Expand Down
Loading