outscale_api 1.20.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Sync labels
on:
  workflow_dispatch:

permissions:
  issues: write  # needed to edit labels

jobs:
  sync:
    runs-on: ubuntu-latest
    steps:
      - uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
        with:
          config-file: 'https://raw.githubusercontent.com/outscale/.github/main/labels.yml'
          # delete-other-labels: false   # set to true for strict sync
          # dry-run: false               # set to true to preview changes