Skip to content

Bump docker/setup-buildx-action from 2 to 3 #108

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #108

Workflow file for this run

---
name: ๐Ÿท๏ธ Verify PR Labels
on:
workflow_dispatch:
pull_request_target:
types: ["opened", "labeled", "unlabeled", "synchronize"]
jobs:
pr_labels:
name: ๐Ÿญ Verify PR Labels
runs-on: ubuntu-latest
steps:
- name: ๐Ÿท Verify PR has a valid label
uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
pull-request-number: "${{ github.event.pull_request.number }}"
valid-labels: >
"breaking-change ๐Ÿ’ฅ, bug ๐Ÿž, ci ๐Ÿค–, documentation ๐Ÿ“, enhancement โœจ,
security ๐Ÿ›ก๏ธ, refactor โ™ป๏ธ, performance ๐Ÿš€, new-feature ๐ŸŽ‰, triage ๐Ÿ“‘,
maintenance ๐Ÿ“ˆ, in-progress โšก, dependencies ๐Ÿ“ฆ, submodules โš™๏ธ"
disable-reviews: true