We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4338ef3 commit c12d94aCopy full SHA for c12d94a
β.github/renovate.jsonβ
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
":dependencyDashboard",
5
":semanticPrefixFixDepsChoreOthers",
β.github/workflows/sync-files.ymlβ
@@ -0,0 +1,21 @@
+name: π Sync Files
+
+on:
+ push:
+ branches:
6
+ - master
7
8
+jobs:
9
+ sync-files:
10
+ runs-on: ubuntu-20.04
11
+ steps:
12
+ - name: π Checkout
13
+ uses: actions/checkout@v2
14
+ - name: π Synchronization
15
+ uses: BetaHuhn/repo-file-sync-action@v1
16
+ with:
17
+ GH_PAT: ${{ secrets.GH_DEPLOY_KEY }}
18
+ ASSIGNEES: phnx47
19
+ SKIP_PR: true
20
+ GIT_USERNAME: github-actions[bot]
21
+ GIT_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments