This app creater is incompatible with Android WebView versions 60 through 62 #22
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: Bot | |
on: | |
issues: | |
types: [opened, labeled] | |
pull_request: | |
types: [opened] | |
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 }} |