1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-11 03:24:21 +02:00

Compare commits

..

No commits in common. "a7cd815b09d0052edb4f86dfc48ebbc8c10675df" and "30b7451ef8c5c9f126ce553f36e469c7b3fabd32" have entirely different histories.

3 changed files with 0 additions and 58 deletions

View File

@ -1,33 +0,0 @@
name: Automatic Release
run-name: Release a new version of the icon pack on PR's merging
on:
pull_request:
types:
- closed
branches:
- main
jobs:
semantic-release:
if: "!contains(github.event.head_commit.message, 'ci:')"
name: Semantic Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checkout data from the repository
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
# Run Semantic-release-action with the included release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
id: semantic # Need an `id` for output variables
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,16 +0,0 @@
name: Conventional Commit
run-name: Enforce that PR name follow Conventional Commits
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.1
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'false'

View File

@ -1,9 +0,0 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/git"
- "@semantic-release/github"
branches:
- main