Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touchup of PR body checks #14389

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Touchup of PR body checks #14389

merged 2 commits into from
Aug 29, 2023

Conversation

AlanCoding
Copy link
Member

SUMMARY

This reverts #13839 because that is no longer the syntax we want to go with (either the ID in the title or the branch name or the commit) and it looks non-obvious how to do it the new way.

This also restricts the existing PR body check to just the AWX repo, because the issue / PR template is only relevant or desired for the AWX repo, and I don't want it to mess with either personal AWX forks or any organizational fork.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

@@ -7,6 +7,7 @@ on:
types: [opened, edited, reopened, synchronize]
jobs:
pr-check:
if: github.repository_owner == 'ansible' && github.repository == 'awx'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was mistaken - the repository is "ansible/awx", so need to figure out how to deal with that.

@AlanCoding AlanCoding merged commit 4fbdc41 into ansible:devel Aug 29, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants