Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-baseimage-ubuntu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
docker-baseimage-ubuntu
Commits
804b3974
Commit
804b3974
authored
4 years ago
by
LinuxServer-CI
Browse files
Options
Downloads
Patches
Plain Diff
Bot Updating Templated Files
parent
f4aef6b6
No related branches found
Tags
7eda9613-ls49
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/greetings.yml
+13
-0
13 additions, 0 deletions
.github/workflows/greetings.yml
.github/workflows/stale.yml
+23
-0
23 additions, 0 deletions
.github/workflows/stale.yml
with
36 additions
and
0 deletions
.github/workflows/greetings.yml
0 → 100755
+
13
−
0
View file @
804b3974
name
:
Greetings
on
:
[
pull_request
,
issues
]
jobs
:
greeting
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/first-interaction@v1
with
:
issue-message
:
'
Thanks
for
opening
your
first
issue
here!
Be
sure
to
follow
the
[issue
template](https://github.com/linuxserver/docker-baseimage-ubuntu/.github/ISSUE_TEMPLATE.md)!'
pr-message
:
'
Thanks
for
opening
this
pull
request!
Be
sure
to
follow
the
[pull
request
template](https://github.com/linuxserver/docker-baseimage-ubuntu/.github/PULL_REQUEST_TEMPLATE.md)!'
repo-token
:
${{ secrets.GITHUB_TOKEN }}
This diff is collapsed.
Click to expand it.
.github/workflows/stale.yml
0 → 100755
+
23
−
0
View file @
804b3974
name
:
Mark stale issues and pull requests
on
:
schedule
:
-
cron
:
"
30
1
*
*
*"
jobs
:
stale
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/stale@v1
with
:
stale-issue-message
:
"
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."
stale-pr-message
:
"
This
pull
request
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."
stale-issue-label
:
'
no-issue-activity'
stale-pr-label
:
'
no-pr-activity'
days-before-stale
:
30
days-before-close
:
365
exempt-issue-labels
:
'
awaiting-approval,work-in-progress'
exempt-pr-labels
:
'
awaiting-approval,work-in-progress'
repo-token
:
${{ secrets.GITHUB_TOKEN }}
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