When sharing a picture with the share intent, allow adding a caption before sending #1923
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Move new issues onto issue triage board v2 | |
| on: | |
| issues: | |
| types: [ opened ] | |
| permissions: {} | |
| jobs: | |
| triage-new-issues: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/element-hq/projects/91 | |
| github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} |