Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltt-mapmaker
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ltt-mapmaker
Commits
0ac5f0a5
Commit
0ac5f0a5
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Split package.json und readme updates of contributors etc. into separate workflows
parent
634e9360
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/contributors-packagejson.yml
+19
-0
19 additions, 0 deletions
.github/workflows/contributors-packagejson.yml
.github/workflows/contributors-readme.yml
+0
-12
0 additions, 12 deletions
.github/workflows/contributors-readme.yml
with
19 additions
and
12 deletions
.github/workflows/contributors-packagejson.yml
0 → 100644
+
19
−
0
View file @
0ac5f0a5
name
:
Contributors
on
:
schedule
:
-
cron
:
'
5
1
*
*
0'
workflow_dispatch
:
jobs
:
package-json
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
uses
:
wow-actions/update-contributors@v1
with
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
affiliation
:
all
commit_message
:
"
chore:
Update
Collaborators,
Contributors
etc.
in
package.json"
This diff is collapsed.
Click to expand it.
.github/workflows/contributors.yml
→
.github/workflows/contributors
-readme
.yml
+
0
−
12
View file @
0ac5f0a5
...
@@ -6,18 +6,6 @@ on:
...
@@ -6,18 +6,6 @@ on:
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
package-json
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
uses
:
wow-actions/update-contributors@v1
with
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
affiliation
:
all
commit_message
:
"
chore:
Update
Collaborators,
Contributors
etc.
in
package.json"
readme
:
readme
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
...
...
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