Skip to content

add-to-project workflow: automatically add reviewers without need of CODEOWNERS #136

add-to-project workflow: automatically add reviewers without need of CODEOWNERS

add-to-project workflow: automatically add reviewers without need of CODEOWNERS #136

Workflow file for this run

name: Test artifact
concurrency:
group: ${{ github.ref_name }}-test
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
test-upload:
runs-on: ubuntu-latest
steps:
- run: |
echo "Test artifact" >> test.txt
- uses: actions/upload-artifact@v3
with:
name: test-upload
path: test.txt