Skip to content

Commit

Permalink
Fix CI actions failure
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha888 committed Mar 27, 2023
1 parent f427934 commit 8108961
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
---
name: pr

on:
"on":
pull_request:

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
github-token: "${{ secrets.ADD_TO_PROJECT_PAT }}"
project-url: https://github.com/orgs/mobilecoinfoundation/projects/5

size-label:
update-metadata:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/[email protected]
with:
github-token: "${{ secrets.MEOWBLECOIN_PAT }}"
project-url: https://github.com/orgs/mobilecoinfoundation/projects/7
- uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -32,14 +29,6 @@ jobs:
"1000": "XXL",
"1500": "OHLAWDHECOMIN"
}
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 8108961

Please sign in to comment.