diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8209a42 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "05:30" + timezone: "UTC" + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "UTC" + open-pull-requests-limit: 5 diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml deleted file mode 100644 index 4d1f4e9..0000000 --- a/.github/workflows/assign.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: "❇️ Assign" - -on: - issues: - types: - - opened - pull_request: - types: - - labeled - -jobs: - assign: - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/z-shell/projects/4 - github-token: ${{ secrets.GH_PAT }} - labeled: bug 🐞, triage 📑, package 📦 - label-operator: OR diff --git a/.github/workflows/trunk-check.yml b/.github/workflows/trunk-check.yml index 3fbfa78..15c1480 100644 --- a/.github/workflows/trunk-check.yml +++ b/.github/workflows/trunk-check.yml @@ -28,3 +28,6 @@ jobs: uses: z-shell/.github/.github/workflows/trunk.yml@main with: arguments: --no-progress + check-mode: ${{ github.event_name == 'schedule' && 'all' || '' }} + secrets: + trunk-token: ${{ secrets.TRUNK_TOKEN }} diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..59305b8 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Project Guidelines — zsh + +This project follows the organization-wide [Z-Shell Organization Guidelines](https://github.com/z-shell/.github/blob/main/AGENTS.md). + +## Project-Specific Details + +This repository contains packaged Zsh distribution metadata and documentation. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file diff --git a/GEMINI.md b/GEMINI.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file