diff --git a/.github/workflows/update-shared-configs.yml b/.github/workflows/update-shared-configs.yml new file mode 100644 index 0000000..c6bdfd9 --- /dev/null +++ b/.github/workflows/update-shared-configs.yml @@ -0,0 +1,13 @@ +name: Update shared configs +on: + workflow_dispatch: + schedule: + - cron: 0 6 1 * * +jobs: + sync: + permissions: + contents: write + pull-requests: write + uses: ShipSoft/.github/.github/workflows/config-sync.yml@main + with: + base: main diff --git a/AI_POLICY.md b/AI_POLICY.md new file mode 100644 index 0000000..649a9b5 --- /dev/null +++ b/AI_POLICY.md @@ -0,0 +1,22 @@ +# AI Policy + +AI-assisted contributions are welcome. We ask that you: + +- Disclose that AI was used and name the tool/model. +- Review and understand every line you submit; you are responsible for it. +- Meet the same quality, testing, and style standards as any contribution. +- Not use fully autonomous agents to open issues or PRs. +- Respond to reviewers yourself. +- Clearly mark AI text in descriptions and issues. + +This applies to issues and comments as well as pull requests. Using AI for +translation or grammar help is fine. Contributions that ignore this policy may +be closed. + +Only humans can be named as co-authors, and AI can _never_ sign off on a +commit. The Linux kernel trailer can be used to credit AI assistance, like +this: + +```text +Assisted-by: : +```