Sarina Canelake
Sarina Canelake
Apologies for not adding what I did. I used a Slack app to do this integration. I guess I never even used this Action. https://github.com/openedx/.github/blob/master/.github/workflows/add-depr-ticket-to-depr-board.yml#L85-L92
> However, I would prefer to keep the existing deprecated functionality in place until Slack actually removes it. Why? I was creating a brand new integration and I strongly preferred...
the commit that added the double `uses` line: https://github.com/openedx/tcril-engineering/commit/ce592eb449b87687700375991df476789ac701ac resulted on this workflow failure on the commit ce592eb:  This is the change I made that resolved the above Actions...
it may just be syntax? there's a few examples of multiple `uses` clauses here: https://docs.github.com/en/actions/learn-github-actions/contexts but none of them are in the ``` steps: - name: uses: uses: ``` syntax...
@aximov - I have been playing with additional Actions this morning and wherever I look, I see the `checkout` action being performed separately as part of the first in a...
Hi! This one has been open awhile. Any thoughts on my above response? I also emphatically disagree that you can have two `uses:` clauses. Did you look at the error...
@valentinge I just used this action to dynamically add labels based on comments from users. You may be able to use the `run` context to inject your labels into the...
Ah thanks, yes we did some refactoring into a reusable workflow. it's now here: https://github.com/openedx/.github/blob/master/.github/workflows/add-remove-label-on-comment.yml
@BbrSofiane this isn't something I'm actively working on. There's also no acceptance criteria here (what is the intention of the ticket? Audience? What should they know at the end of...
Should anything be added in the UI to show users that this capability exists? I assume preview is difficult/impossible (it was when I previously worked on bulk email in 2013),...