Files
medusa-store/.github/workflows/docs-pr-label.yml
Shahed Nasser 3e3b8a483f chore: add action to automatically label docs (#7284)
* chore: add action to automatically label docs

* removes the paths param
2024-05-13 09:36:47 +03:00

13 lines
220 B
YAML

name: "Add Docs PR Label"
on:
pull_request:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5