Skip to content

Commit

Permalink
Merge pull request #18 from saadmk11/changelog-ci
Browse files Browse the repository at this point in the history
Add Changelog-ci
  • Loading branch information
saadmk11 authored Sep 3, 2020
2 parents 843e790 + ed60fc6 commit 8e31b57
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Changelog-CI

# Controls when the action will run. Triggers the workflow on pull request
on:
pull_request:
types: [opened, reopened]

jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository
- uses: actions/checkout@v2

- name: Run Changelog-CI
uses: saadmk11/changelog-ci@0.3.0
env:
USERNAME: ${{secrets.USERNAME}}
EMAIL: ${{secrets.EMAIL}}

0 comments on commit 8e31b57

Please # to comment.