mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
16 lines
319 B
YAML
16 lines
319 B
YAML
name: On Label
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
processLabelAction:
|
|
name: Process Label Action
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Process Label Action
|
|
uses: hramos/label-actions@v1
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|