-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add github workflow to publish and issue triage #17
base: main
Are you sure you want to change the base?
Conversation
cb8768e
to
af9111c
Compare
af9111c
to
16fc0e0
Compare
99eb719
to
1cbd26e
Compare
1cbd26e
to
38ea31d
Compare
6abb209
to
8297779
Compare
8297779
to
2da28c9
Compare
.github/workflows/main.yaml
Outdated
push: | ||
branches: | ||
- main | ||
tags: |
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.
do we need these on tags? the commit message checker will probably fail here. I would just remove this
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 is the copy paste from the equivalent file on matrix sdk repo :)
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.
Removed
.github/workflows/main.yaml
Outdated
uses: famedly/frontend-ci-templates/.github/workflows/dart.yml@main | ||
with: | ||
env_file: ".github/workflows/versions.env" | ||
secrets: |
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.
doesn't have private deps so I would remove this
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.
Removed
2da28c9
to
1bcccf0
Compare
No description provided.