This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Mark repo as closed #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Repo CLOSED | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- labeled | |
push: | |
branches: | |
- main | |
jobs: | |
tests: | |
name: c2patool moved | |
runs-on: ubuntu-latest | |
steps: | |
- name: Please file your PR in contentauth/c2pa-rs | |
run: | | |
echo "This repo is no longer in use. Please file your PR in contentauth/c2pa-rs instead." | |
exit 1 |