David Robles
David Robles
cc @hackiftekhar
@hackiftekhar any chance you could take a look at this pull request for SPM support? The changes are minor and I even added support for Github Actions.
@sasojadrovski @hackiftekhar Pinging one more time.
I guess this library is no longer actively maintained. Will keep this PR open just in case but will probably search for alternatives.
@dkerr64 Apologies, I misunderstood the issue opening process thinking that's just what you title new issues for that dns provider. Would it be possible to correct the options on the...
@dbgrandi That's a good idea, some other interesting data that would allow for more rich checks and notifications would be: - PR labels that are applied - `isDefaultBranch` - `authorUserName`...
Another approach would be to surface some sort of `GITHUB_IS_DRAFT` environment variable and allow the job owners to decide what to do if the PR is a draft.
Hi @jithine @tkyi I just wanted to check in and see if this request has gotten any traction. Thanks!
Hi @jithine @tkyi just checking in again to see if there's any movement on this, metadata or env var, doesn't matter to me. I'll take anything at this point. cc...
Would suggest adding the following to a `.gitignore` file to avoid committing local artifacts: ``` # Swift Package Manager .build/ .swiftpm/ Package.resolved ``` Also looks like the owner usually puts...