-
Notifications
You must be signed in to change notification settings - Fork 1
Added GitHub Actions templates and tool configuration files #104
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Open
rimi-itk
wants to merge
17
commits into
develop
Choose a base branch
from
feature/github-actions-templates
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db03311
to
d381d1a
Compare
sinejespersen
approved these changes
Mar 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with comments
turegjorup
reviewed
Mar 19, 2025
turegjorup
reviewed
Mar 19, 2025
turegjorup
reviewed
Mar 19, 2025
f50b20c
to
a6228d5
Compare
ceb3413
to
8985de3
Compare
2a53df1
to
29017c5
Compare
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
Co-authored-by: Sine Jespersen <sinje@aarhus.dk>
Co-authored-by: Ture Gjørup <ture@ignatz.dk>
29017c5
to
6610aee
Compare
No Sign up for free
to join this conversation on GitHub.
Already have an account?
No Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://leantime.itkdev.dk/TimeTable/TimeTable?showTicketModal=4062#/tickets/showTicket/4062
Note
This is still work in progress and currently an experiment to learn how this can be done.
Adds templates for GitHub Actions workflows that are copied to projects when installing and updating templates. The templates sit in the
github/workflows/
folder and aresymlink
'ed into project templates. A small change has been made in itkdev-docker-compose to create actual files rather than symlinks when installing templates in a project.Template configuration files for tools used in actions sit in the
config
folder.See docs/girhub-actions-templates.md for details on what's actually going on.
To dos
itkdev-docker-compose template:update
to make it easy to update the templates in a project (based onITKDEV_TEMPLATE=drupal-10
, say, in.env
, say). Command added in Added template:update command #106.