Integrate Apple 3D-Touch and Android Shortcuts #1218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Capacitor Community Bot | |
on: | |
push: | |
branches: [master] | |
issues: | |
types: [opened, edited] | |
issue_comment: | |
types: [created] | |
jobs: | |
bot: | |
name: ${{ github.event_name }}/${{ github.event.action }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ionic-team/bot@main | |
with: | |
repo-token: ${{ secrets.BOT_TOKEN }} | |
env: | |
GIT_AUTHOR_NAME: Capacitor Community Bot | |
GIT_AUTHOR_EMAIL: [email protected] | |
GIT_COMMITTER_NAME: Capacitor Community Bot | |
GIT_COMMITTER_EMAIL: [email protected] |