Skip to content

Commit

Permalink
Merge pull request #49 from statsig-io/xinlili-statsig-patch-1
Browse files Browse the repository at this point in the history
Create release-bot.yml
  • Loading branch information
xinlili-statsig authored Jul 1, 2024
2 parents 7b36dd3 + 0fb752e commit fd74a2d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Bot

on:
pull_request:
types: [opened, reopened, closed]
branches: [main, stable]
release:
types: [released, prereleased]

jobs:
run:
timeout-minutes: 10
if: startsWith(github.head_ref, 'releases/') || github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: statsig-io/statsig-publish-sdk-action@main
with:
kong-private-key: ${{ secrets.KONG_GH_APP_PRIVATE_KEY }}

0 comments on commit fd74a2d

Please sign in to comment.