Skip to content

Merge pull request #16 from CM000n/bugfix/fix_tls_handshake_error #35

Merge pull request #16 from CM000n/bugfix/fix_tls_handshake_error

Merge pull request #16 from CM000n/bugfix/fix_tls_handshake_error #35

Workflow file for this run

name: Manage labels
on:
push:
# Should only run on "main" since labels on "dev" sometimes not usabele for base branch
branches: [main]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Labeler
uses: crazy-max/ghaction-github-labeler@master
with:
skip-delete: false