Skip to content

Commit

Permalink
ci: sync all upstream branches and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Nov 14, 2024
1 parent f53a33c commit e614d51
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/workflows/sync-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,18 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: repo-sync-master
uses: repo-sync/github-sync@v2
with:
source_repo: https://github.com/postgres/postgres.git
source_branch: master
destination_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: repo-sync-17
- name: repo-sync-all
uses: repo-sync/github-sync@v2
with:
source_repo: https://github.com/postgres/postgres.git
source_branch: REL_17_STABLE
destination_branch: REL_17_STABLE
source_branch: "REL_*"
destination_branch: "REL_*"
sync_tags: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: repo-sync-16
uses: repo-sync/github-sync@v2
with:
source_repo: https://github.com/postgres/postgres.git
source_branch: REL_16_STABLE
destination_branch: REL_16_STABLE
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: repo-sync-15
- name: repo-sync-master
uses: repo-sync/github-sync@v2
with:
source_repo: https://github.com/postgres/postgres.git
source_branch: REL_15_STABLE
destination_branch: REL_15_STABLE
source_branch: master
destination_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e614d51

Please sign in to comment.