summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
7 daysT6674: Add reusable forkflow trigger to build repo packageViacheslav Hletenko
2022-01-27Remove mitechie from stale PR github action (#1217)James Falcon
2021-11-24github: update PR template's contributing URL (#1120)Chris Patterson
"HACKING" was renamed to "CONTRIBUTING", update the PR template URL accordingly. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
2021-02-18stale.yml: don't ask submitters to reopen PRs (#816)Daniel Watkins
Because they don't have the permissions to do it. Instead, reword the message to ask people to ping mitechie, in line with the rest of the message.
2021-01-04stale: re-enable post holidays (#749)Daniel Watkins
This reverts commits fad919aa2c894abaa3af88aed1e064c1220937fe ("stale: disable check for holiday break (#735)") and e4f2d6139a802e659c571f581763eddeee715e2f ("stale: fix error in definition (#740)").
2020-12-18stale: fix error in definition (#740)Daniel Watkins
This should fix the error, and also allows us to manually trigger the workflow.
2020-12-18PULL_REQUEST_TEMPLATE.md: use backticks around commit message (#736)Daniel Watkins
This makes it easier to copy/paste commit messages prepared elsewhere into the GitHub UI (and also means that the formatting in the GH UI more closely matches how the commit message will be consumed elsewhere).
2020-12-18stale: disable check for holiday break (#735)Daniel Watkins
We're unlikely to see any activity on many PRs over the next couple of weeks, so don't close out inactive PRs for the duration.
2020-11-04PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)Daniel Watkins
Make it a little easier for people to understand what we're looking for in a commit message.
2020-11-02Remove Ubuntu restriction from PR template (#648)James Falcon
2020-10-05PULL_REQUEST_TEMPLATE.md: empty checkboxes need a space (#597)Daniel Watkins
2020-09-29Adding a PR template (#587)James Falcon
2020-08-10.github/workflows/stale.yml: s/Josh/Rick/ (#526)Daniel Watkins
We missed this one when we updated all the docs for the Canonical team's management change.
2020-03-13workflows: introduce stale pull request workflow (#125)Daniel Watkins
This workflow will label pull requests with "stale-pr" if they haven't seen activity for 14 days. It will then close them out after a further 7 days of inactivity.
2020-03-11Introduce and use of a list of GitHub usernames that have signed CLA (#244)Daniel Watkins
The list so far is partial.
2020-03-10workflows/cla.yml: use correct username for CLA check (#243)Daniel Watkins
Instead of using the username that triggered the action (which, in the case of a committer merging master into a PR branch will be the committer), always use the username of the submitter of the pull request.
2020-03-10workflows: CLA validation altered to fail status on pull_request (#164)Chad Smith
Github api doesn't allow read-write access to labels or comments when running from a pull_request fork during CI. This restriction results in an API error message: "Resource not accessible by integration" If we want to run this action per pull_request, we need to convert the action to fail the PR status check and emit the required steps to sign the CLA to the console on the PR's failed status tab.
2020-01-09workflows: add contributor license agreement checker (#155)Chad Smith
Check whether the pull request submitter has signed the CLA due to presence of github.actor in tools/.lp-to-git-user Set 'CLA signed' if present, 'CLA not signed' label if absent * grep for the full github username in CLA file Co-authored-by: Daniel Watkins <daniel@daniel-watkins.co.uk>
2019-11-07github: drop pull-request template to prepare for migrationRyan Harper
2019-08-19Add GitHub pull request template to point people at hacking docDaniel Watkins
This will hopefully avoid people submitting PRs against our mirror repo. (Thanks to GitHub user @max06 for this suggestion!)