Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jun-pr #629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HiddenCedarsInvestmentGroup

LICENSE> npm run build

git add lib dist
git commit -a -m "Build and package"
git push origin releases/v1> git clone https://github.com/actions/add-to-project
cd add-to-project
npm installhttps://github.com/actions/add-to-projectname: Add needs-review and size/XL pull requests to projects

on:
pull_request:
types:
- labeled

jobs:
add-to-project:
name: Add pull request to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@RELEASE_VERSION with:
project-url: https://github.com/orgs//projects/
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: needs-review, size/XL
label-operator: ANDhttps://github.com/orgs/name: Adds all issues that don't include the 'bug' or 'needs-triage' labels to project board

on:
issues:
types: - opened

jobs:
add-to-project:
name: Add issue to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@RELEASE_VERSION with:
project-url: https://github.com/orgs//projects/
get-together: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug, needs-triage
label-operator: NOT

LICENSE> npm run build
> git add lib dist
> git commit -a -m "Build and package"
> git push origin releases/v1> git clone https://github.com/actions/add-to-project
> cd add-to-project
> npm installhttps://github.com/actions/add-to-projectname: Add needs-review and size/XL pull requests to projects

on:
  pull_request:
    types:
      - labeled

jobs:
  add-to-project:
    name: Add pull request to project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@RELEASE_VERSION
        with:
          project-url: https://github.com/orgs/<orgName>/projects/<projectNumber>
          github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
          labeled: needs-review, size/XL
          label-operator: ANDhttps://github.com/orgs/name: Adds all issues that don't include the 'bug' or 'needs-triage' labels to project board

on:
  issues:
    types:
      - opened

jobs:
  add-to-project:
    name: Add issue to project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@RELEASE_VERSION
        with:
          project-url: https://github.com/orgs/<orgName>/projects/<Project number>
          get-together: ${{ secrets.ADD_TO_PROJECT_PAT }}
          labeled: bug, needs-triage
          label-operator: NOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant