-
Notifications
You must be signed in to change notification settings - Fork 43
👷 Enable templating for common files #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “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? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
1296fa9
166e425
4a0e253
71220e7
07fade8
8a0f7f4
e237c3a
be430ea
2ac3d05
f333446
778dbff
b25b20e
de38c47
32ce319
d16e340
2b91f39
11f3c02
6275df2
1af2364
18c26cb
fa22072
31b4801
ee9e730
76165f6
3e7985d
e68ab66
f028e94
43b494d
1618a02
2392195
6b64af8
665b690
9db8a98
914e83b
3fea7dd
554e0be
aadca1c
e70a26d
a06dd50
e0e79a6
2b43c61
677dace
a5cae47
d195ab9
cd4cf7e
5e97d79
f4d7057
4a0f22d
1043433
f8600c4
510a5ae
9831c87
1e0ccb4
538f4c6
9293e50
4afb6f4
6375855
b2813cf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,18 @@ | ||||||||||||||||||||||||||
name: Templating | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this could be moved to the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah. That would be similar to how we are doing that for the MQT Core update workflow There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I agree; now that the action does everything, we can just copy-paste this file to all repositories where we want to use the action. 👍 |
||||||||||||||||||||||||||
on: | ||||||||||||||||||||||||||
pull_request: | ||||||||||||||||||||||||||
types: [opened, reopened, synchronize] | ||||||||||||||||||||||||||
workflow_dispatch: | ||||||||||||||||||||||||||
Comment on lines
+2
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has to change to make the job scheduled. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I suppose this can be fairly similar to how we handle upstream Qiskit testing. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! I'll commit the suggestion once I'm no longer using this PR as the trigger for testing. 😄 |
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
jobs: | ||||||||||||||||||||||||||
render-template: | ||||||||||||||||||||||||||
name: Render template | ||||||||||||||||||||||||||
runs-on: ubuntu-latest | ||||||||||||||||||||||||||
permissions: | ||||||||||||||||||||||||||
contents: write | ||||||||||||||||||||||||||
pull-requests: write | ||||||||||||||||||||||||||
steps: | ||||||||||||||||||||||||||
- uses: munich-quantum-toolkit/templates@add-action | ||||||||||||||||||||||||||
with: | ||||||||||||||||||||||||||
organization: munich-quantum-toolkit | ||||||||||||||||||||||||||
repository: core |
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.
This has to be undone. I did this because I didn't want to block the CI.