We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792842e commit 1524ff8Copy full SHA for 1524ff8
.github/workflows/build-docs.yml
@@ -0,0 +1,14 @@
1
+name: Build Production Site
2
+
3
+on:
4
+ push:
5
+ branches: [release/**/**]
6
+ paths:
7
+ - '**.md'
8
9
+jobs:
10
+ dispatch:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Trigger build
14
+ run: curl -X POST -d {} "${{ secrets.CLOUDFLARE_BUILD_HOOK }}"
.github/workflows/cherry-pick-pr-for-label.yml
+name: Cherry pick PR commits for label
+ pull_request_target:
+ types: [closed]
+ cherry_pick_pr_for_label:
+ name: Cherry pick PR commits for label
+ - uses: actions/checkout@v4
+ - name: Cherry Pick PR for label
+ uses: kurrent-io/Automations/cherry-pick-pr-for-label@master
+ with:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments