this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only run these on this repo

+5 -1
+2 -1
.github/workflows/i18n-automerge.yml
··· 8 8 9 9 jobs: 10 10 run-and-merge: 11 - if: contains(github.event.pull_request.labels.*.name, 'i18n') && 11 + if: github.repository == 'cheeaun/phanpy' && 12 + contains(github.event.pull_request.labels.*.name, 'i18n') && 12 13 github.event.pull_request.base.ref == 'main' && 13 14 github.event.pull_request.head.ref == 'l10n_main' 14 15 runs-on: ubuntu-latest
+1
.github/workflows/i18n-update-readme.yml
··· 8 8 9 9 jobs: 10 10 update-readme: 11 + if: github.repository == 'cheeaun/phanpy' 11 12 runs-on: ubuntu-latest 12 13 steps: 13 14 - uses: actions/checkout@v4
+1
.github/workflows/prodtag.yml
··· 7 7 8 8 jobs: 9 9 tag: 10 + if: github.repository == 'cheeaun/phanpy' 10 11 runs-on: ubuntu-latest 11 12 permissions: 12 13 contents: write
+1
.github/workflows/update-catalogs.yml
··· 8 8 9 9 jobs: 10 10 update-catalogs: 11 + if: github.repository == 'cheeaun/phanpy' 11 12 runs-on: ubuntu-latest 12 13 steps: 13 14 - uses: actions/checkout@v4