chore: address copilot comments
This commit is contained in:
parent
21fc9618a7
commit
a5ebd5e14b
6
.github/workflows/version-bump.yaml
vendored
6
.github/workflows/version-bump.yaml
vendored
@ -1,14 +1,14 @@
|
|||||||
name: Version Bump
|
name: Version Bump
|
||||||
|
|
||||||
# Using pull_request_target to allow commenting on PRs from forks.
|
# Using pull_request_target to allow commenting on PRs from forks.
|
||||||
# SECURITY: This workflow only checks out and runs code from the BASE branch,
|
# SECURITY: Executable code (scripts, package.json) comes from the BASE branch only.
|
||||||
# never from the PR. The PR's changes are only used for git diff comparison.
|
# Only the registry/ directory (data files) is checked out from the PR for version checking.
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user