Skip to content

Support for Dockerfile image refs #19

Support for Dockerfile image refs

Support for Dockerfile image refs #19

Workflow file for this run

name: triage
on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- run: gh issue edit $ISSUE_URL --add-label "triage"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}