Loading .github/workflows/.github/workflows/update-browserlist-db.yaml 0 → 100644 +37 −0 Original line number Diff line number Diff line name: Update Browserslist database "on": workflow_dispatch: schedule: - cron: '0 12 * * *' permissions: contents: write pull-requests: write jobs: update-browserslist-database: name: Update Browserslist database runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6 with: fetch-depth: 0 - name: Configure git run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action" - name: Update Browserslist database and create PR if applies uses: c2corg/browserslist-update-action@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: browserslist-update base_branch: main commit_message: | refactor: update Browserslist db Signed-off-by: GitHub Action <action@github.com> title: 'refactor: update Browserslist db' body: Auto-generated by [browserslist-update-action](https://github.com/c2corg/browserslist-update-action/) labels: 'dependencies' Loading
.github/workflows/.github/workflows/update-browserlist-db.yaml 0 → 100644 +37 −0 Original line number Diff line number Diff line name: Update Browserslist database "on": workflow_dispatch: schedule: - cron: '0 12 * * *' permissions: contents: write pull-requests: write jobs: update-browserslist-database: name: Update Browserslist database runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6 with: fetch-depth: 0 - name: Configure git run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action" - name: Update Browserslist database and create PR if applies uses: c2corg/browserslist-update-action@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: browserslist-update base_branch: main commit_message: | refactor: update Browserslist db Signed-off-by: GitHub Action <action@github.com> title: 'refactor: update Browserslist db' body: Auto-generated by [browserslist-update-action](https://github.com/c2corg/browserslist-update-action/) labels: 'dependencies'