Merge pull request #416 from stevenhorsman/discussions-board-link

doc: Add Q&A link to board
This commit is contained in:
Greg Kurz 2025-03-13 12:23:33 +01:00 committed by GitHub
commit 0a1d819c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
pr_wip_check: pr_wip_check:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
name: WIP Check name: WIP Check
steps: steps:
- name: WIP Check - name: WIP Check

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
dco_check_job: dco_check_job:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
name: DCO Check name: DCO Check
steps: steps:
- name: Get PR Commits - name: Get PR Commits

View File

@ -2,7 +2,7 @@ on: ["pull_request"]
name: Static checks name: Static checks
jobs: jobs:
static-checks: static-checks:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
GOPATH: ${{ github.workspace }} GOPATH: ${{ github.workspace }}
steps: steps:

View File

@ -91,6 +91,10 @@ The AC election includes a period after the candidates are defined
but before the election, for candidates to answer questions from but before the election, for candidates to answer questions from
the community. the community.
The questions will be hosted in the Community repo's
[discussions board](https://github.com/kata-containers/community/discussions)
and tagged with the election date/name for ease of searching.
Open this with Kata AC election - Campaign period started email, and Open this with Kata AC election - Campaign period started email, and
also announce it on Slack. also announce it on Slack.