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 f13bf5a commit 9360e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Close Pull Request
if: ${{!contains(github.event.head_commit.message, 'qaprodauth')}}
if: "!contains(github.event.head_commit.message, '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 9360e40

Please sign in to comment.