Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Allow creating labels with expiry #3476

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Conversation

foysalit
Copy link
Contributor

No description provided.

@foysalit foysalit requested review from devinivy and matthieusieben and removed request for devinivy January 31, 2025 01:11
): Promise<Label[]> {
const exp = durationInHours
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const exp = durationInHours
const exp = durationInHours != null

@@ -514,6 +515,25 @@ describe('moderation', () => {
await expect(getRepoLabels(sc.dids.bob)).resolves.toEqual(['kittens'])
})

it.only('creates expiring label', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it.only('creates expiring label', async () => {
it('creates expiring label', async () => {

@foysalit foysalit merged commit d377d1a into main Jan 31, 2025
10 checks passed
@foysalit foysalit deleted the ozone-add-expiring-label branch January 31, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants