mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 12:31:04 +00:00
Merge pull request #416 from stevenhorsman/discussions-board-link
doc: Add Q&A link to board
This commit is contained in:
commit
0a1d819c58
2
.github/workflows/PR-wip-checks.yaml
vendored
2
.github/workflows/PR-wip-checks.yaml
vendored
@ -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
|
||||||
|
2
.github/workflows/dco-check.yaml
vendored
2
.github/workflows/dco-check.yaml
vendored
@ -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
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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:
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user