Skip to content

Releases: liblaf/actions

latest

03 Feb 13:26
16ecbfa
Compare
Choose a tag to compare
latest Pre-release
Pre-release

[latest] - 2025-02-03

✨ Features

  • app-list-repos: implement GitHub App repository listing feature - (333a829)
  • auth-app: add GitHub App authentication workflow - (d0d2fd3)
  • auto-merge: add GitHub Action to automate merging of Release Please PRs - (911e0a5)
  • changelog: add GitHub action for generating changelog using git-cliff - (7d061db)
  • copier-update: automate template updates across repositories - (60cc90b)
  • install: add GitHub Actions workflow for multi-platform package installation - (402f1fa)
  • schedule: add workflow dispatch for sync.yaml - (a125fbf)
  • schedule: automate release and sync workflows with GitHub Actions - (b50251e)
  • add ruleset-import action for managing repository rulesets - (f532ef0)
  • add GitHub Action for labeling pull requests - (55cb2b1)
  • add auto-review action for automated pull request approvals - (4e73649)
  • initialize project structure and configuration - (116aa7a)

🐛 Bug Fixes

  • app-list-repos: add missing environment variables for repository listing - (d7eff9c)
  • auto-merge: prevent script from continuing when no PR is found - (7939206)
  • bot/schedule: refactor workflow dispatch and update environment variable names - (d64b3b1)
  • copier-update: simplify copier command invocation - (60790f7)
  • logging: set default value for RUNNER_DEBUG env var - (c464586)
  • release: ensure release exists before upload - (39570bd)
  • release: correct conditional logic for changelog generation - (bba81a0)
  • release: correct temporary directory path and add cleanup step - (afba739)
  • release: rename hash algorithm input to avoid confusion - (6c96743)
  • release: include algorithm in release upload and creation - (fcff72c)
  • release: correct retrieval of remote checksum for existing releases - (6efda78)
  • release: correct section titles and add missing types in changelog configuration - (cae0f89)
  • release: correct environment variable name for GitHub token - (2dd10da)
  • release: correct pipx command to use run instead of direct execution - (e6ddb90)
  • schedule: exclude special repository from scheduled actions - (89d6085)
  • toolkit: correct base URL for release asset downloads - (9fe47ae)
  • adjust release tag deletion delay - (96ca3e0)
  • handle not found errors in release deletion - (b351994)
  • increase sleep duration for tag deletion - (f777b95)
  • replace _wait_until_release with asyncio.sleep - (11b0d1c)
  • handle unset OWNER variable in secret-set.sh - (b7061cf)
  • correct syntax error in bash script - (395b24e)
  • delete Git tag reference when removing a release - (96f7646)
  • correct configuration paths and update workflow scripts - (b124907)
  • update changelog generation and release process - (a75cf35)
  • simplify file path resolution logic - (30b7f3a)
  • ensure consistent file hash output order - (5b59473)
  • improve regex pattern for template sync detection - (3c23cd0)
  • exclude specific commit messages from changelog - (c9ff859)
  • correct hashsum and filename order in checksum output - (d832045)
  • refactor GitHub release management to use githubkit - (295f5b2)
  • correct async function calls to await release existence checks - (1e7eb3c)
  • handle download failures in remote hashsum retrieval - (19497d7)
  • enable colored output in release action - (804cb18)
  • ensure release command is included in arguments - (8317e30)

📝 Documentation

  • update date format in changelog template - (0914906)
  • reorganize and expand README content for clarity and usability - (1056b8e)
  • create LICENSE - (274dcc9)
  • enhance README with detailed GitHub Actions descriptions - (53fa4ec)

♻ Code Refactoring

  • changelog: improve config handling in action.yaml - (2aa8113)
  • release: simplify client initialization and error handling - (2b8c0d7)
  • release: simplify changelog argument logic - (fc4ad52)
  • streamline MegaLinter configuration handling - (9b67026)
  • rename and consolidate PR-related actions - (0d176bc)
  • reorganize project structure and update dependencies - (3130276)
  • simplify author list retrieval in auto-review inputs - (fcef102)
  • remove user-specific details from auto-review bot - (b744ee1)
  • streamline changelog configuration and improve commit parsing - (fbdbdc6)

✅ Tests

  • app-list-repos: enhance matrix configuration for dynamic repo inclusion - (378c0d9)

👷 Build System

  • pip: update dependency to include auth-app feature - (de6f43b)

🔧 Continuous Integration

  • mega-linter: refactor configuration and improve script robustness - (0567726)
  • update ruleset-import action to use correct spec...
Read more