diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e13428..491b3c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,8 @@ on: - test pull_request: types: [closed] + issue_comment: + types: [created] jobs: release: name: Release @@ -13,10 +15,13 @@ jobs: 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 @@ -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 diff --git a/.gitignore b/.gitignore index 366e2ca..ca3cf69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ examplestore.db -stickers/* \ No newline at end of file +stickers/* +c +zz diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d4d2907 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 043913b..dd9db6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# whatsapp-bot-send-stickers +s# whatsapp-bot-send-stickers a b c +asasas +saasas