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

check repo is docs-internal in both jobs #677

Merged
merged 4 commits into from
Oct 21, 2020
Merged

check repo is docs-internal in both jobs #677

merged 4 commits into from
Oct 21, 2020

Conversation

rachmari
Copy link
Contributor

I wasn't checking that the repo is docs-internal in the second job. That is causing a few failures in workflows in the public repo.

@rachmari rachmari requested a review from a team as a code owner October 20, 2020 16:17
Copy link
Contributor

@heiskr heiskr left a comment

Choose a reason for hiding this comment

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

🚢

@rachmari rachmari merged commit 1ca03f9 into main Oct 21, 2020
@rachmari rachmari deleted the rachmari-patch-1 branch October 21, 2020 17:14
@github-actions
Copy link
Contributor

Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.

Copy link

@jamiefontenot jamiefontenot left a comment

Choose a reason for hiding this comment

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

check git up external
x

@@ -53,7 +53,7 @@ jobs:

first-responder-remove-pr:
name: Remove PR from FR project board
if: (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
if: github.repository == 'github/docs-internal' && (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'

Choose a reason for hiding this comment

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

repeat 16 as 18 for deposit as its state collection

jnidzwetzki pushed a commit to jnidzwetzki/docs that referenced this pull request Oct 6, 2022
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
Co-authored-by: Lana Brindley <github@lanabrindley.com>
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.

3 participants