Code Monkey home page Code Monkey logo

devel-freezer's People

Contributors

dependabot[bot] avatar jamacku avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

devel-freezer's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency prettier to v3.3.3
  • fix(deps): update dependency @octokit/plugin-throttling to v9.3.1
  • chore(deps): update dependency typescript to v5.5.3
  • chore(deps): update vitest monorepo to v2 (major) (@vitest/coverage-v8, vitest)
  • fix(deps): update dependency @octokit/rest to v21

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/check-dist.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/upload-artifact v4
.github/workflows/codeql-analysis.yml
  • actions/checkout v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/development-freeze.yml
  • redhat-plumbers-in-action/download-artifact v1
  • actions/checkout v4
  • redhat-plumbers-in-action/devel-freezer v1
.github/workflows/gather-pr-metadata.yml
  • actions/checkout v4
  • actions/upload-artifact v4
.github/workflows/issue-labeler.yml
  • actions/checkout v4
  • stefanbuck/github-issue-parser v2
  • redhat-plumbers-in-action/advanced-issue-labeler v3
.github/workflows/lint.yml
  • actions/checkout v4
  • actions/setup-node v4
.github/workflows/publish-release.yml
  • actions/checkout v4
  • Actions-R-Us/actions-tagger v2
.github/workflows/release-drafter.yml
  • release-drafter/release-drafter v6
.github/workflows/unit-tests.yml
  • actions/checkout v4
  • actions/setup-node v4
  • codecov/codecov-action v4
npm
package.json
  • @actions/core 1.10.1
  • @actions/github 6.0.0
  • @octokit/core 6.1.2
  • @octokit/plugin-throttling ^9.3.0
  • @octokit/rest 20.1.1
  • @probot/octokit-plugin-config 3.0.2
  • issue-metadata 0.1.10
  • zod 3.23.8
  • @total-typescript/ts-reset 0.5.1
  • @types/node 20.14.2
  • @vercel/ncc 0.38.1
  • @vitest/coverage-v8 1.6.0
  • prettier 3.3.2
  • ts-node 10.9.2
  • typescript 5.4.5
  • vitest 1.6.0
  • yarn 4.3.0

  • Check this box to trigger a request for Renovate to run again on this repository

Correctly identify the latest tag :label:

Type of issue

Bug Report

Description

Currently, tags are sorted in alphabetical order, which it wrong. They should be sorted in chronological order.

Describe the solution you'd like

Affected code:

devel-freezer/src/tag.ts

Lines 24 to 36 in 9d463a3

static async getLatestTag(
context: {
[K in keyof typeof events]: Context<typeof events[K][number]>;
}[keyof typeof events]
) {
const tags = (await context.octokit.rest.repos.listTags(context.repo()))
.data;
if (!tags || tags.length <= 0) return undefined;
return tags.shift()?.name;
}
}

Take into consideration set milestone :checkered_flag:

Type of issue

Feature Request

Description

Pull requests with milestones should not be frozen (if the milestone is set after the freezing message, unfreeze it).

Describe the solution you'd like

  • listen to milestone events ...

Take into consideration labels :label:

Type of issue

Feature Request

Description

For example, when PR has the label New Feature, it should be frozen. There might be some exceptions (milestone, ...)

Describe the solution you'd like

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.