Commit afe97d3f authored by ansible-repo-updater[bot]'s avatar ansible-repo-updater[bot]
Browse files

chore: sync from template v1.0.1

parent 1379ba0c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ name: "Docker"
  push:
    tags:
      # Publish semver tags as releases.
      - 'v*.*.*'

      - "v[0-9]+.[0-9]+.[0-9]+"
env:
  # Use docker.io for Docker Hub if empty
  REGISTRY: ghcr.io
@@ -29,7 +28,7 @@ jobs:

    steps:
      - name: Checkout repository
        uses: actions/checkout@v6
        uses: actions/checkout@v5

      # Workaround: https://github.com/docker/build-push-action/issues/461
      - name: Setup Docker buildx
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@ jobs:
    name: "Release"
    runs-on: ubuntu-latest
    permissions:
      pull-requests: write
      contents: write
      pull-requests: write
    concurrency:
      group: semantic-release
      cancel-in-progress: false
    steps:
      - name: Checkout
        uses: actions/checkout@v6
        uses: actions/checkout@v5
        with:
          fetch-depth: 0
          token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
+0 −37
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'
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
      contents: read
    steps:
      - name: Checkout
        uses: actions/checkout@v6
        uses: actions/checkout@v5
        with:
          fetch-depth: 0