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/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"branchPrefix": "osp-mintmaker/",
"enabledManagers": [
"tekton",
"dockerfile",
Expand All @@ -15,6 +14,7 @@
"konflux",
"mintmaker"
],
"ignorePaths": ["upstream/**"],
"autoApprove": true,
"packageRules": [
{
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/auto-merge-upstream-next.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auto-merge-upstream-release-v1.16.x.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auto-merge-upstream-release-v1.17.x.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auto-merge-upstream-release-v1.20.x.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auto-merge-upstream-release-v1.21.x.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
name: auto-merge-upstream-release-v1.19.x
name: auto-merge-upstream-tektoncd-chains

on:
workflow_dispatch: {}
Expand All @@ -9,19 +9,18 @@ on:
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.repository_owner == 'openshift-pipelines' # do not run this elsewhere
permissions:
pull-requests: write
steps:
- name: Checkout the current repo
uses: actions/checkout@v4
- name: auto-merge-upstream-release-v1.19.x
- name: auto-merge-upstream-tektoncd-chains
run: |
gh auth status
git config user.name openshift-pipelines-bot
git config user.email [email protected]
# Approve and merge pull-request with no reviews
for p in $(gh pr list --search "head:actions/update/sources-release-v1.19.x" --json "number" | jq ".[].number"); do
for p in $(gh pr list --search "head:actions/update/sources-tektoncd-chains" --json "number" | jq ".[].number"); do
gh pr merge --rebase --delete-branch --auto $p
done
env:
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/update-sources-release-v1.16.x.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/update-sources-release-v1.17.x.yaml

This file was deleted.

Loading