Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ documentation:
- head-branch: ['^docs?/']

dependencies:
- head-branch: ['^deps?/', '^dependabot/', '^renovate/', '^mend/', 'pre-commit-ci-update-config']
- head-branch: ['^deps?/', '^dependabot/', '^renovate/', 'pre-commit-ci-update-config']

helm_chart:
- head-branch: ['^helm/', '^chart/']
Expand Down
1 change: 0 additions & 1 deletion .github/scripts/exclude_ci_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
.github/workflows/issues.yaml
.github/workflows/labeler.yml
.github/workflows/lint-format.yml
.github/workflows/mend.yml
.github/workflows/notifications.yml
.github/workflows/oss-release.yml
.github/workflows/patch-image.yml
Expand Down
1 change: 0 additions & 1 deletion .github/skills/nic-ci-pipelines/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ release.yml (manual dispatch)
| `codeql-analysis.yml` | GitHub CodeQL scanning |
| `scorecards.yml` | OpenSSF Scorecards |
| `dependency-review.yml` | Dependency review for PRs |
| `mend.yml` | Mend (WhiteSource) software composition analysis |
| `certify-ubi-image.yml` | Red Hat UBI certification for OpenShift |

---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
remote-repository-name: "f5-cla-data"
path-to-signatures: "signatures/beta/signatures.json"
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
allowlist: bot*,renovate,mend
allowlist: bot*,renovate
# Do not lock PRs after a merge.
lock-pullrequest-aftermerge: false
env:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/mend.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/release-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mend:
if: github.repository == 'nginx/kubernetes-ingress' && (! cancelled() && ! failure() && ! inputs.dry_run && ! contains(inputs.skip_step, 'mend'))
name: Run Mend workflow
uses: ./.github/workflows/mend.yml
needs: [tag]
with:
branch: "${{ inputs.lts_version }}"
secrets: inherit

release-plus-gcr-nginx:
if: github.repository == 'nginx/kubernetes-ingress' && (!cancelled() && (needs.build-artifacts.result == 'success' || (needs.build-artifacts.result == 'skipped' && inputs.dry_run)) && !contains(inputs.skip_step, 'release-plus'))
name: Release Docker Plus
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mend:
if: github.repository == 'nginx/kubernetes-ingress' && (! cancelled() && ! failure() && ! inputs.dry_run && ! contains(inputs.skip_step, 'mend'))
name: Run Mend workflow
uses: ./.github/workflows/mend.yml
needs: [tag]
with:
branch: "v${{ inputs.nic_version }}"
secrets: inherit

release-oss:
if: github.repository == 'nginx/kubernetes-ingress' && (!cancelled() && (needs.build-artifacts.result == 'success' || (needs.build-artifacts.result == 'skipped' && inputs.dry_run)) && !contains(inputs.skip_step, 'release-oss'))
name: Release Docker OSS
Expand Down
Loading