Skip to content

Commit

Permalink
delete stale branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Mar 27, 2024
1 parent b096645 commit eaa8462
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/delete-operator-branch.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Delete Operator Branch

on:
workflow_dispatch:
inputs:
branch:
description: "Operator Branch to delete"
required: true
push:
branches:
- delete-branch

permissions:
contents: read
Expand All @@ -18,6 +16,6 @@ jobs:
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.NGINX_PAT }}
branches: ${{ inputs.branch }}
branches: update-nginx-ingress-operator-to-v2.2.0
repository: certified-operators
owner: nginx-bot

0 comments on commit eaa8462

Please sign in to comment.