Skip to content

Changelog entry for 2.13.5 is missing #108

Changelog entry for 2.13.5 is missing

Changelog entry for 2.13.5 is missing #108

Workflow file for this run

name: Label issue
on:
issues:
types: [opened]
jobs:
label:
name: Label issue
runs-on: ubuntu-latest
if: github.event.action == 'opened'
steps:
- name: Label issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo '{"labels": ["CLI"]}' | gh api repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels --input -