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

fix: use latest global workflow and remove link checkers #219

Merged
merged 3 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: CODE_OF_CONDUCT.md
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: CONTRIBUTING.md
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/if-go-pr-testing.yml
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/if-nodejs-pr-testing.yml
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/if-nodejs-release.yml,.github/workflows/if-nodejs-version-bump.yml,.github/workflows/bump.yml
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/.releaserc
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/scripts,.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml,.github/workflows/add-good-first-issue-labels.yml,.github/workflows/automerge-for-humans-merging.yml,.github/workflows/automerge-for-humans-remove-ready-to-merge-label-on-edit.yml,.github/workflows/automerge-orphans.yml,.github/workflows/automerge.yml,.github/workflows/autoupdate.yml,.github/workflows/help-command.yml,.github/workflows/issues-prs-notifications.yml,.github/workflows/lint-pr-title.yml,.github/workflows/notify-tsc-members-mention.yml,.github/workflows/sentiment-analysis.yml,.github/workflows/stale-issues-prs.yml,.github/workflows/welcome-first-time-contrib.yml,.github/workflows/release-announcements.yml,.github/workflows/link-check-cron.yml,.github/workflows/link-check-pr.yml
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Replicating file
uses: derberg/copy-files-to-other-repositories@v1
uses: derberg/manage-files-in-multiple-repositories@54b11fb32004532b78afcb1fd64a06d37e7b6553
with:
github_token: ${{ secrets.GH_TOKEN }}
topics_to_include: docker
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/link-check-cron.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/link-check-pr.yml

This file was deleted.