Skip to content

Update CODEOWNERS for new team names (#12) #12

Update CODEOWNERS for new team names (#12)

Update CODEOWNERS for new team names (#12) #12

Workflow file for this run

name: Autotag & Release
on:
push:
branches:
- main
jobs:
tag-release:
runs-on: ubuntu-latest
name: Tag & Release
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Tag & Release
uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}