-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #466 from WalletConnect/develop
v0.10.0
- Loading branch information
Showing
91 changed files
with
1,732 additions
and
835 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This workflow moves issues to the Swift board | ||
# This workflow moves issues to the board | ||
# when they receive the "accepted" label | ||
# When WalletConnect Org members create issues they | ||
# are automatically "accepted". | ||
|
@@ -28,15 +28,20 @@ jobs: | |
if: github.event.action == 'opened' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check if organization member | ||
id: is_organization_member | ||
if: github.event.action == 'opened' | ||
uses: JamesSingleton/[email protected] | ||
- name: Check Core Team membership | ||
uses: tspascoal/get-user-teams-membership@v1 | ||
id: is-core-team | ||
with: | ||
organization: WalletConnect | ||
username: ${{ github.event_name != 'pull_request' && github.event.issue.user.login || github.event.sender.login }} | ||
token: ${{ secrets.ASSIGN_TO_PROJECT_GITHUB_TOKEN }} | ||
team: "Core Team" | ||
GITHUB_TOKEN: ${{ secrets.ASSIGN_TO_PROJECT_GITHUB_TOKEN }} | ||
- name: Print result | ||
env: | ||
CREATOR: ${{ github.event_name != 'pull_request' && github.event.issue.user.login || github.event.sender.login }} | ||
IS_TEAM_MEMBER: ${{ steps.is-core-team.outputs.isTeamMember }} | ||
run: echo "$CREATOR (Core Team Member $IS_TEAM_MEMBER) created this issue/PR" | ||
- name: Label issues | ||
if: ${{ steps.is-core-team.outputs.isTeamMember == 'true' }} | ||
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 | ||
with: | ||
add-labels: "accepted" | ||
|
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
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
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
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
Oops, something went wrong.