Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Apr 13, 2023
1 parent 9360e40 commit 0ac7134
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
name: CLOSE_PRS
on:
pull_request_target:
types:
- opened
types: [opened, reopened]
branches:
- "*"
env:
Expand All @@ -16,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Close Pull Request
if: "!contains(github.event.head_commit.message, 'qaprodauth')"
if: "!contains(github.event.pull_request.labels.*.name, 'qaprodauth')"
uses: superbrothers/[email protected]
with:
comment: "This repository is no longer used for modules and navigation files changes. Please chek the repository [Readme](https://github.com/RedHatInsights/cloud-services-config/blob/ci-beta/README.md#exclamation-this-repo-is-no-longer-used-a-source-of-config-files-for-hcc-exclamation) details."

0 comments on commit 0ac7134

Please sign in to comment.