Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Jul 18, 2024
1 parent 6f504e3 commit 7a57a95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
days-before-issue-stale: 60
days-before-issue-stale: 30
stale-issue-label: "stale"
exempt-issue-labels: "bug,enhancement"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
Expand Down
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code of Conduct

This project and the corresponding community is governed by the [JetBrains Open Source and Community Code of Conduct](https://github.com/jetbrains#code-of-conduct). Please make sure you read it.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Rival Abdrakhmanov
Copyright (c) 2023 JetBrains

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="Logo" src="./src/main/resources/META-INF/pluginIcon_dark.svg#gh-dark-mode-only" width="100">
<h2>.NET Aspire Plugin for JetBrains Rider</h2>

<a href="https://github.com/rafaelldi/aspire-plugin/actions/workflows/build.yml"><img src="https://github.com/rafaelldi/aspire-plugin/workflows/Build/badge.svg" alt="Build"></a>
<a href="https://github.com/JetBrains"><img src="https://jb.gg/badges/official.svg" alt="Official JetBrains project"></a>
<a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/v/23289-aspire.svg?label=plugin&logo=rider" alt="Version"></a>
<a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/d/23289-aspire.svg" alt="Downloads"></a>
</div>
Expand Down

0 comments on commit 7a57a95

Please sign in to comment.