mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
Merge pull request #158 from ceph/devel
sync downstream devel with upstream devel
This commit is contained in:
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -49,6 +49,18 @@ updates:
|
||||
labels:
|
||||
- rebase
|
||||
- ci/skip/e2e
|
||||
- ci/skip/multi-arch-build
|
||||
commit-message:
|
||||
prefix: "rebase"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
rebase-strategy: "disabled"
|
||||
labels:
|
||||
- rebase
|
||||
- ci/skip/e2e
|
||||
- ci/skip/multi-arch-build
|
||||
commit-message:
|
||||
prefix: "rebase"
|
||||
- package-ecosystem: "github-actions"
|
||||
|
2
.github/workflows/commitlint.yaml
vendored
2
.github/workflows/commitlint.yaml
vendored
@ -11,7 +11,7 @@ permissions:
|
||||
jobs:
|
||||
commitlint:
|
||||
name: commitlint
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
11
.github/workflows/pull-request-commentor.yaml
vendored
11
.github/workflows/pull-request-commentor.yaml
vendored
@ -113,3 +113,14 @@ jobs:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
body: |
|
||||
/test ci/centos/upgrade-tests-rbd
|
||||
|
||||
- name: remove ok-to-test-label after commenting
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.removeLabel({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
name: ["ok-to-test"]
|
||||
})
|
||||
|
3
.github/workflows/test-retest-action.yaml
vendored
3
.github/workflows/test-retest-action.yaml
vendored
@ -4,6 +4,9 @@ name: test-retest-action
|
||||
on:
|
||||
pull_request:
|
||||
branches: [devel]
|
||||
paths:
|
||||
- 'actions/retest/**'
|
||||
- '.github/workflows/test-retest-action.yaml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Reference in New Issue
Block a user