diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 58aed2f9c..c260abacb 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Update gist - uses: maxam2017/productive-box@master + uses: Zalbani/Gist_ProductiveBox@master env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - GIST_ID: 9842e074b8ee46aef76fd0d493bae0ed - TIMEZONE: Asia/Taipei + GIST_ID: b62985d52e21ae66c827a57789df0756 + TIMEZONE: Europe/Paris diff --git a/.gitignore b/.gitignore index 5601c919f..5f8b1f81e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# ide folder +.idea + # node modules node_modules/ diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 000000000..da3e0c796 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,13 @@ +pull_request_rules: + - name: automatic merge for Dependabot pull requests + conditions: + - author~=^dependabot(|-preview)\[bot\]$ + actions: + merge: + method: merge + - name: Automatic merge ⬇️ on approval ✔ + conditions: + - "#approved-reviews-by>=1" + actions: + merge: + method: merge \ No newline at end of file diff --git a/README.md b/README.md index ba1344f05..35e2c2f11 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,3 @@ This project uses GitHub graphQL API to get the commit histories and write into 1. Go to the repo **Settings > Secrets** 1. Add the following environment variables: - **GH_TOKEN:** The GitHub token generated above. -1. [Pin the newly created Gist](https://help.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)