Skip to content

CR130 - When download is paused the download manager windows turns grey instead of white #90842

CR130 - When download is paused the download manager windows turns grey instead of white

CR130 - When download is paused the download manager windows turns grey instead of white #90842

Workflow file for this run

name: Tweet nightly
on:
issues:
types:
- labeled
- closed
jobs:
tweet-nightly:
if: (github.event.action == 'labeled' && github.event.label.name == 'release-notes/social' && github.event.issue.state == 'closed') || (github.event.action == 'closed' && contains(github.event.issue.labels.*.name, 'release-notes/social'))
runs-on: ubuntu-latest
steps:
- name: Tweet
uses: nearform-actions/github-action-notify-twitter@5f60ea13517272e68eac76cd26f5a8f33bf3afaa # v1.2.1
with:
message: "🎉 Issue resolved: ${{ github.event.issue.title }} by ${{ github.event.issue.user.login }}\n${{ github.event.issue.html_url }}"
twitter-app-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
twitter-app-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}