Skip to content

Use full commit SHA hashes for all external GitHub Actions #8

Use full commit SHA hashes for all external GitHub Actions

Use full commit SHA hashes for all external GitHub Actions #8

name: Configure GitHub Issue Labels
on:
push:
paths:
- ".github/workflows/label-configurer.yml"
- ".github/labels.yml"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude: |
*min review