Skip to content

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0 (#88) #63

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0 (#88)

fix(deps): bump github.com/linode/linodego from 1.37.0 to 1.40.0 (#88) #63

# This workflow is used to declaratively sync labels.
# It is supposed to be run on push to main.
name: Sync labels
on:
push:
branches:
- main
permissions: write-all
jobs:
sync:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shanduur/declarative-labels-sync-action@main
with:
owner: linode
repository: ${{ github.event.repository.name }}
token: ${{ secrets.GITHUB_TOKEN }}