2024-06-06 20:01:24 +03:00
2023-08-30 20:53:15 +01:00
2023-08-30 20:50:22 +01:00
2023-08-30 20:50:22 +01:00
2023-09-03 12:43:02 +01:00

Tauri Automations

Automations that are used across the tauri-apps GitHub organization.

Workflows

congrats

Sends a message to a Discord channel with the last commit's message, author, and the repo it was posted in. Will ignore any commits that start with [ci].

Note: Currently only works for push triggers.

Inputs

  • DISCORD_WEBHOOK (required): See workflow for documentation

Example

on:
  push:
    branches: [dev]

jobs:
  congrats:
    uses: tauri-apps/automation/.github/workflows/congrats.yml@main
    secrets:
      DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:31:24.384Z
Readme 4.6 MiB
Languages
JavaScript 100%