Skip to content

Bump python-hcl2 from 4.3.4 to 4.3.5 #70

Bump python-hcl2 from 4.3.4 to 4.3.5

Bump python-hcl2 from 4.3.4 to 4.3.5 #70

Workflow file for this run

# Manage the labels of a GitHub repository as code.
name: Label Maker
on:
push:
paths:
- .github/workflows/label-maker.yml
- .github/labels.yml
jobs:
label-maker:
# Skip running the job from forks.
if: github.repository == 'onicagroup/runway' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Label Maker
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: ${{ github.ref != 'refs/heads/master' }}