[BUG]: Regression in v6.7.0 for github_actions_organization_secret produce invalid state
#1399
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: Add PRs and issues to Octokit org project | |
| on: | |
| issues: | |
| types: [reopened, opened] | |
| pull_request_target: | |
| types: [reopened, opened] | |
| jobs: | |
| add-to-project: | |
| name: Add issue to project | |
| runs-on: ubuntu-latest | |
| continue-on-error: true | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/octokit/projects/10 | |
| github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }} | |
| labeled: "Status: Stale" | |
| label-operator: NOT |