Skip to content

🌱 Bump github.com/linode/linodego from 1.54.1-0.20250812173013-ca1c9b03408c to 1.55.0 #2073

🌱 Bump github.com/linode/linodego from 1.54.1-0.20250812173013-ca1c9b03408c to 1.55.0

🌱 Bump github.com/linode/linodego from 1.54.1-0.20250812173013-ca1c9b03408c to 1.55.0 #2073

Workflow file for this run

name: PR labeler
on:
workflow_dispatch:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
label-pr:
name: Update PR labels
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Label PR
uses: release-drafter/release-drafter@v6
with:
disable-releaser: github.ref != 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}