summaryrefslogtreecommitdiff
path: root/.github/workflows/preview-release.yml
diff options
context:
space:
mode:
authorGravatar Luiz Ferraz <luiz@lferraz.com> 2025-02-21 12:16:40 -0300
committerGravatar GitHub <noreply@github.com> 2025-02-21 15:16:40 +0000
commitb47378b0fc386c15af7299fd9b2b9d1d1310f25d (patch)
tree18c3309a5f07c98581a82ecccce3fa5c4bf726dd /.github/workflows/preview-release.yml
parent67276c43d3edb5a5f7ae947bca962c0d460cd4ef (diff)
downloadastro-b47378b0fc386c15af7299fd9b2b9d1d1310f25d.tar.gz
astro-b47378b0fc386c15af7299fd9b2b9d1d1310f25d.tar.zst
astro-b47378b0fc386c15af7299fd9b2b9d1d1310f25d.zip
ci: Automatically remove preview label on trigger (#13289)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to '.github/workflows/preview-release.yml')
-rw-r--r--.github/workflows/preview-release.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml
index 0b8394dca..fc191f6b4 100644
--- a/.github/workflows/preview-release.yml
+++ b/.github/workflows/preview-release.yml
@@ -54,6 +54,11 @@ jobs:
- name: Build Packages
run: pnpm run build
+
+ - name: Remove Preview Label
+ uses: actions-ecosystem/action-remove-labels@v1
+ with:
+ labels: "pr: preview"
- name: Publish packages
run: |