mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
18 lines
460 B
YAML
18 lines
460 B
YAML
on:
|
|
issues:
|
|
type: [opened]
|
|
|
|
jobs:
|
|
autolabel:
|
|
runs-on: ubuntu-latest
|
|
name: auto label
|
|
steps:
|
|
- name: Debug Action
|
|
uses: hmarr/debug-action@v1.0.0
|
|
- name: issuelabeler
|
|
uses: docker://maxandersen/jbang-issuelabeler
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
|
|
CONFIG: https://raw.githubusercontent.com/quarkusio/quarkus/master/.github/autoissuelabeler.yml
|
|
|