Ways to pass data from Webview to Tauri and back #8
This file contains 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: Issue Organization | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
assign-label-and-project: | |
runs-on: [ubuntu-latest] | |
steps: | |
- name: Assign to Project | |
uses: actions/add-to-project@v0.4.0 | |
with: | |
project-url: https://github.com/users/JackDotJS/projects/1 | |
github-token: ${{ secrets.ISSUE_ORGANIZATION }} | |
- name: Add Triage Label | |
if: success() || failure() | |
uses: github/issue-labeler@v2.5 | |
with: | |
configuration-path: .github/labeler.yml | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
enable-versioned-regex: 0 |