Commit Graph

3 Commits

Author SHA1 Message Date
Josh Poimboeuf 65256d477e github actions: Add stale workflow
kpatch maintainers have limited time.  While we greatly appreciate all
of our contributors, unfortunately it's not uncommon for kpatch issues
and PRs to get ignored for years.

Add a github workflow which marks issues/PRs stale after 30/60 days, and
then closes them after an additional week of inactivity.  Anybody who
cares about a particular issue/PR is welcome to help keep it open by
stating their case in a comment.

The stale tag gets cleared by adding a comment to the issue/PR, or by
manually removing the stale tag.

An assignee can be added to a long-term issue/PR to prevent it from
getting marked stale.

The action (which adds/removes stale tags, adds comments, and closes
issues/PRs) runs daily at 10:00 UTC.

Suggested-by: Joe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
2023-04-18 10:53:16 -07:00
Josh Poimboeuf 2c341722c3 github actions: fix warning with node 16
Attempt to fix the following warning:

  Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
2022-12-01 09:08:29 -08:00
Artem Savkov 5abe5f666b github actions: unit tests
Add unit tests through github actions. This is exactly the same as our
travis tests but using github actions instead.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2021-03-23 08:47:29 +01:00