Skip to content

Releases: contriboss/swarm-shield-action

Swarm Shield v0.3.0

09 Oct 18:00

Choose a tag to compare

🛡️ Swarm Shield v0.3.0

Major improvements:

  • ✅ Detects NONE author association (external contributors with no repo association)
  • ✅ Uses pull_request_target - runs automatically without approval for first-timers
  • ✅ Added null safety for match text extraction
  • ✅ Removed debug logging for cleaner output
  • ✅ Updated README with correct usage examples

What's Fixed:

  • First-time contributors with NONE association now properly detected
  • No more manual approval needed for workflows
  • Safer regex match handling

Usage:

- uses: contriboss/swarm-shield-action@v0.3.0
  env:
    GITHUB_TOKEN: ${{ github.token }}

Full Changelog: v0.2.0...v0.3.0

v0.2.0

08 Oct 20:22

Choose a tag to compare