mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-18 11:02:15 +08:00
chore: remove deprecated OliverMKing release workflow, pin release-pr to SHA (#250)
Remove tag-and-draft.yml which references OliverMKing/javascript-release-workflow@main (unmaintained personal repo, last updated Sept 2022). This is superseded by Azure/action-release-workflows in release-pr.yml. Pin release-pr.yml to SHA for supply chain safety.
This commit is contained in:
parent
ac252a69a4
commit
e69c104b14
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: write
|
contents: write
|
||||||
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1
|
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@3c677ba5ab58f5c5c1a6f0cfb176b333b1f27405 # v1
|
||||||
with:
|
with:
|
||||||
changelogPath: ./CHANGELOG.md
|
changelogPath: ./CHANGELOG.md
|
||||||
|
|||||||
10
.github/workflows/tag-and-draft.yml
vendored
10
.github/workflows/tag-and-draft.yml
vendored
@ -1,10 +0,0 @@
|
|||||||
name: Tag and create release draft
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- releases/*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
tag-and-release:
|
|
||||||
uses: OliverMKing/javascript-release-workflow/.github/workflows/tag-and-release.yml@main
|
|
||||||
Loading…
x
Reference in New Issue
Block a user