Skip to content

Drop .Net 7 support #24

Drop .Net 7 support

Drop .Net 7 support #24

name: New Issue Workflow
on:
issues:
types:
- opened
jobs:
update-new-issues:
runs-on: ubuntu-latest
steps:
- name: Initialise Labelling
run: gh issue edit $ISSUE --add-label "to do"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE: ${{ github.event.issue.html_url }}