Skip to content

Commit

Permalink
fix: use latest global workflow and remove link checkers (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 28, 2023
1 parent 4b2044b commit 4919acd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 73 deletions.
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.

0 comments on commit 4919acd

Please sign in to comment.