Skip to content

Commit

Permalink
Add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvasconcelos committed Jul 10, 2023
1 parent f04d980 commit d477707
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: 'Test'
on:
pull_request:
types:
- opened
- edited
branches:
- main
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
# - uses: kognity/pr-update-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: My new PR Title
title-prefix: PFX-999
title-suffix: "[BOT]"
body: My new PR Body
body-prefix: Some prefix on the body
body-suffix: Some suffix on the body

0 comments on commit d477707

Please sign in to comment.