diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3ec9a1a0..ffb6030b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,18 +8,23 @@ on: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.repository }} + cancel-in-progress: true + permissions: contents: read jobs: update: + name: Update repository files runs-on: ubuntu-slim permissions: - contents: write - pull-requests: write - issues: write + contents: write # Required to commit synced template and workflow updates. + pull-requests: write # Required to open the generated update pull request. + issues: write # Required for generated update pull request metadata. steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ env.REPOSITORY || github.repository }} ref: ${{ env.REF || '' }} @@ -47,7 +52,9 @@ jobs: - name: Create fork # no-op if the repository is already forked - run: echo FORK=$(gh repo fork --clone=false --default-branch-only 2>&1 | awk '{print $1}') >> $GITHUB_ENV + run: | + FORK="$(gh repo fork --clone=false --default-branch-only 2>&1 | awk '{print $1}' | sed 's|^https://github.com/||')" + echo "FORK=${FORK}" >> "$GITHUB_ENV" env: GH_TOKEN: ${{ secrets.SYNC_TOKEN }} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dfcca8ea..d983bc7f 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -261,7 +261,7 @@ You can reach the entire CoC Committee by emailing [conduct@conda.org](mailto:co | ---- | ---- | ---- | --- | | [Eric Dill](https://github.com/ericdill) | [Anaconda](https://anaconda.com/) | | 2026-07-01 | | [Dasha Gurova](https://github.com/dashagurova) | [Anaconda](https://anaconda.com/) | | 2026-07-01 | -| [Bianca Henderson](https://github.com/beeankha) | [Anaconda](https://anaconda.com/) | | 2026-07-01 | +| [Bianca Henderson](https://github.com/beeankha) | [Red Hat](https://redhat.com/) | | 2026-07-01 | | [Katherine Kinnaman](https://github.com/kathatherine) | [Anaconda](https://anadonda.com/) | | 2026-07-01 | | [Mahe Iram Khan](https://github.com/ForgottenProgramme) | [Anaconda](https://anaconda.com/) | | 2025-07-01 | | [Ken Odegard](https://github.com/kenodegard) | [Anaconda](https://anaconda.com/) | | 2025-07-01 |