Skip to content

Commit

Permalink
feat: Add merge preview bot (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit16-19 authored Apr 23, 2024
1 parent 71365e6 commit a7e1dcc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/merge-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/merge-preview.yml
name: "Merge preview"

on:
issue_comment:
types: [created]

jobs:
preview:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: nwtgck/actions-merge-preview@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7e1dcc

Please sign in to comment.