Skip to content

Practice - Add MD file #256

Practice - Add MD file

Practice - Add MD file #256

Workflow file for this run

on:
issues:
types: [opened]
jobs:
assign:
if: contains(github.event.issue.labels.*.name, 'md')
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: pozil/auto-assign-issue@v1
with:
assignees: ${{ github.actor }}