diff --git a/.github/workflows/update-copyright.yml b/.github/workflows/update-copyright.yml new file mode 100644 index 00000000..42502027 --- /dev/null +++ b/.github/workflows/update-copyright.yml @@ -0,0 +1,13 @@ +name: Update Copyright + +on: + workflow_dispatch: + schedule: + - cron: '00 12 * * *' + +jobs: + update-copyright: + name: update copyright + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4