Skip to content

Update CODEOWNERS for new team names (#4) #18

Update CODEOWNERS for new team names (#4)

Update CODEOWNERS for new team names (#4) #18

Workflow file for this run

name: Autotag and Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tag & Release
uses: ./
with:
gh-token: ${{ github.token }}