You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds a GitHub Actions workflow to label PR's based on their
changes. The following labels will be applied to pull requests:
- `documentation` - updates to `**/*.md`
- `go` - updates to `**/*.go`
- `testing` - updates to `**/*_test.go`
- `github_actions` - updates to `.github/`
- `benchmarking` - updates to `benchmark/`
- `dependencies` - updates to `go.(mod|sum)`
Signed-off-by: Austin Vazquez <[email protected]>
0 commit comments