Skip to content

Highlight automated testing docs for terraform in a PR template #459

Highlight automated testing docs for terraform in a PR template

Highlight automated testing docs for terraform in a PR template #459

Workflow file for this run

name: auto-label
on: [pull_request]
jobs:
components:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/auto-label.yml'