Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DeepInverse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hailu, Dawit
DeepInverse
Commits
5969853a
Commit
5969853a
authored
4 years ago
by
William Falcon
Browse files
Options
Downloads
Patches
Plain Diff
clean up sample project
parent
7c07d586
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/stale.yml
+0
-19
0 additions, 19 deletions
.github/stale.yml
.github/workflows/greetings.yml
+0
-14
0 additions, 14 deletions
.github/workflows/greetings.yml
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
with
1 addition
and
33 deletions
.github/stale.yml
deleted
100644 → 0
+
0
−
19
View file @
7c07d586
# https://github.com/marketplace/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale
:
90
# Number of days of inactivity before a stale issue is closed
daysUntilClose
:
30
# Issues with these labels will never be considered stale
exemptLabels
:
-
pinned
-
security
# Label to use when marking an issue as stale
staleLabel
:
wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment
:
>
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment
:
false
This diff is collapsed.
Click to expand it.
.github/workflows/greetings.yml
deleted
100644 → 0
+
0
−
14
View file @
7c07d586
name
:
Greetings
# https://github.com/marketplace/actions/first-interaction
on
:
[
issues
]
# pull_request
jobs
:
greeting
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/first-interaction@v1
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
issue-message
:
'
Hi!
thanks
for
your
contribution!,
great
first
issue!'
pr-message
:
'
Hey
thanks
for
the
input!
Please
give
us
a
bit
of
time
to
review
it!'
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
5969853a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
__pycache__/
__pycache__/
*.py[cod]
*.py[cod]
*$py.class
*$py.class
.github
# C extensions
# C extensions
*.so
*.so
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment