Skip to content

Commit

Permalink
Merge pull request #3 from MateSousa/test
Browse files Browse the repository at this point in the history
Merged by Create Release Bot
  • Loading branch information
github-actions[bot] authored Jun 25, 2023
2 parents 8988b59 + d96d9fa commit a9bc8b5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@ on:
- test
pull_request:
types: [closed]
issue_comment:
types: [created]
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Create Release PR
if: github.event_name == 'push'
uses: MateSousa/create-release@master
uses: MateSousa/create-release@main
with:
repo_owner: MateSousa
repo_name: whatsapp-bot-send-stickers
Expand All @@ -25,8 +30,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Bot running
if: github.event_name == 'pull_request'
uses: MateSousa/create-release-bot@master
if: github.event_name == 'pull_request' || github.event_name == 'issue_comment'
uses: MateSousa/create-release-bot@main
with:
repo_owner: MateSousa
repo_name: whatsapp-bot-send-stickers
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
examplestore.db
stickers/*
stickers/*
c
zz
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog Release v0.0.2 (2023-06-25)



## others

- Update release.yml
- Update README.md
- Update .gitignore
- Update README.md
- Update release.yml


## chore

- chore: Update .gitignore
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# whatsapp-bot-send-stickers
s# whatsapp-bot-send-stickers
a
b
c
asasas
saasas

0 comments on commit a9bc8b5

Please sign in to comment.