Skip to content

Create our own container for CI to keep it stable #101

Create our own container for CI to keep it stable

Create our own container for CI to keep it stable #101

Workflow file for this run

name: Add Labels
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- name: Add labels
uses: andymckay/labeler@master
with:
add-labels: "org:triage"
ignore-if-labeled: true