Skip to content

⬆️ Bump python-hcl2 from 6.1.1 to 7.0.0 (#39) #38

⬆️ Bump python-hcl2 from 6.1.1 to 7.0.0 (#39)

⬆️ Bump python-hcl2 from 6.1.1 to 7.0.0 (#39) #38

Workflow file for this run

name: Push to master
on:
push:
branches:
- master
jobs:
labels:
name: Repo labels
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Labels' config
shell: bash
run: |
mkdir -p .tmp
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
- name: Update labels
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml