-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
advertise a link to an experimental build, if one exists #5037
Conversation
b940243
to
ccfa79e
Compare
on: [pull_request] | ||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize, labeled] |
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.
slight weirdness here: a build is retriggered if someone edits the labels. I wanted to keep this to just 'feature preview' prs, so there's some discernment about which changes we actually expect someone to install & give feedback on. But we could also ditch that if frivolous retriggers are considered annoying
.github/workflows/pull_request.yml
Outdated
with: | ||
name: WeakAuras-PR#${{ github.event.number }}-${{ github.sha }} | ||
path: .release/ | ||
|
||
- name: test |
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.
what does this do exactly?
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.
anything you want, so long as that isn't very useful
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.
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.
It obviously tests duh
ccfa79e
to
e9b4c9f
Compare
What if this posted to #wow-addon and pings @WAalpha |
try opening a pull request (any kind!) over on my fork, or see emptyrivers#12 for an example.
Will only post links for pull requests with the feature preview label.