IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This PR does the following:
- updates the conform config
- cleans up conform scopes
- moves slash commands to the talos-bot
- adds a check list to the pull request template
- disables codecov comments
- uses `BOT_TOKEN` so all actions are performed as the talos-bot user
- adds a `make conformance` target to make it easy for contributors to
check their commit before creating a PR
- bumps golangci-lint to v1.24.0
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This PR will add the ability for us to show new contributors some
protips when they open a new PR against Talos.
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This PR adds the necessary drone step to check for the `ok-to-test`
label before running any testing against a PR.
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This PR fixes a small bug I found yesterday to make sure we're fetching
the latest drone build number always.
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This PR will allow us to start building out checks for slash commands,
with /test and /e2e both supported initially. I'll eventually want some
dashes in those commands, but they're not supported in the upstream
regex yet. I'll PR that later.
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
We are starting to see 403 suddenly when conform is ran is a GitHub
action. This PR removes the action.
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This PR will drop the .github directory in an effort to clean things up
so we can add it back and get conform acting correctly.
Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This version of conform fixes a few message format errors that were confusing when a policy was violated.
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This PR also makes use of two new options:
- maximumOfOneCommit: enforces that a commit is only one commit ahead of master
- requireCommitBody: requires that a commit contains a body
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>