repository-dispatch

A GitHub action to create a repository dispatch event

MIT License

Stars
939
Committers
10

Bot releases are visible (Hide)

repository-dispatch - Repository Dispatch v3.0.0 Latest Release

Published by peter-evans 9 months ago

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.2...v3.0.0

repository-dispatch - Repository Dispatch v2.1.2

Published by peter-evans about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.1...v2.1.2

repository-dispatch - Repository Dispatch v2.1.1

Published by peter-evans almost 2 years ago

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.1.0...v2.1.1

repository-dispatch - Repository Dispatch v2.1.0

Published by peter-evans almost 2 years ago

⭐ Input token now defaults to GITHUB_TOKEN. This follows a GitHub update that now allows this default token to be used for dispatch events to the current repository. Please see the readme for further details.

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.0.1...v2.1.0

repository-dispatch - Repository Dispatch v2.0.1

Published by peter-evans about 2 years ago

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v2.0.0...v2.0.1

repository-dispatch - Repository Dispatch v2.0.0

Published by peter-evans over 2 years ago

What's New

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: https://github.com/peter-evans/repository-dispatch/compare/v1.1.3...v2.0.0

repository-dispatch - Repository Dispatch v1.1.3

Published by peter-evans almost 4 years ago

  • Improved error message for 404 errors. These errors can also be a result of insufficient token permissions.
repository-dispatch - Repository Dispatch v1.1.2

Published by peter-evans about 4 years ago

  • Dependency updates
repository-dispatch - Repository Dispatch v1.1.1

Published by peter-evans over 4 years ago

  • Dependency updates
repository-dispatch - Repository Dispatch v1.1.0

Published by peter-evans over 4 years ago

  • Converted action to Typescript
  • Minor improvements
repository-dispatch - Repository Dispatch v1.0.1

Published by peter-evans over 4 years ago

  • Dependency updates
repository-dispatch - Repository Dispatch v1.0.0

Published by peter-evans almost 5 years ago

  • First release 🚀