Skip to content

update parlacards deps part 3 #343

update parlacards deps part 3

update parlacards deps part 3 #343

Workflow file for this run

name: Automatic PRs
on:
push:
branches:
- dev
jobs:
pull-requests:
name: Automatic PRs
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: pull-request-ljubljana
uses: repo-sync/pull-request@v2
with:
destination_branch: "ljubljana"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into ljubljana"
- name: pull-request-ajdovscina
uses: repo-sync/pull-request@v2
with:
destination_branch: "ajdovscina"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into ajdovscina"
- name: pull-request-lendava
uses: repo-sync/pull-request@v2
with:
destination_branch: "lendava"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into lendava"
- name: pull-request-hrastnik
uses: repo-sync/pull-request@v2
with:
destination_branch: "hrastnik"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into hrastnik"
- name: pull-request-ua
uses: repo-sync/pull-request@v2
with:
destination_branch: "ua"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into ua"
- name: pull-request-slovenija
uses: repo-sync/pull-request@v2
with:
destination_branch: "slovenija"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into slovenija"
- name: pull-request-bosna
uses: repo-sync/pull-request@v2
with:
destination_branch: "bosna"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into bosna"
- name: pull-request-hrvaska
uses: repo-sync/pull-request@v2
with:
destination_branch: "hrvaska"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into hrvaska"
- name: pull-request-medvode
uses: repo-sync/pull-request@v2
with:
destination_branch: "medvode"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into medvode"
- name: pull-request-trbovlje
uses: repo-sync/pull-request@v2
with:
destination_branch: "trbovlje"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into trbovlje"