Loading .github/workflows/docker.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading .github/workflows/release.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 }} Loading .github/workflows/update-browserlist-db.yamldeleted 100644 → 0 +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' .github/workflows/validate.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 Loading Loading
.github/workflows/docker.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
.github/workflows/release.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 }} Loading
.github/workflows/update-browserlist-db.yamldeleted 100644 → 0 +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'
.github/workflows/validate.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 Loading