This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Product Gallery block: Restrict block to be available only on the Single Product template or the Product Gallery template part #1987
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [ closed ] | |
name: Merged Pull Requests | |
jobs: | |
remove_labels: | |
name: Remove labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mondeja/remove-labels-gh-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
status: ready to merge |