Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailscale/github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: tailscale/github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 20, 2025

  1. stop tailscale service after CI workload finishes

    Updates #205
    
    Signed-off-by: Percy Wegmann <percy@tailscale.com>
    oxtoacart committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2ddbe90 View commit details
    Browse the repository at this point in the history
  2. .github: add dependabot config

    Add basic dependabot config to check for actions / npm updates daily.
    This mirrors the config we currently have in the terraform provider repo
    but with go swapped for npm.
    
    Fixes #207
    
    Signed-off-by: Mario Minardi <mario@tailscale.com>
    mpminardi authored and oxtoacart committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    1293ebc View commit details
    Browse the repository at this point in the history
  3. validate that when using an OAuth client, tags are specified

    Also include a troubleshooting section in the README with information about the
    requested tags are invalid or not permitted error.
    
    Updates #78
    
    Signed-off-by: Percy Wegmann <percy@tailscale.com>
    oxtoacart committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    3a21736 View commit details
    Browse the repository at this point in the history
Loading