Skip to content

GitHub Actions available to the tauri-apps organization —

Notifications You must be signed in to change notification settings

CodeEditorLand/Automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Automations

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

Workflows

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 }}

About

GitHub Actions available to the tauri-apps organization —

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%