Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
on: [issues]
name: Issue Triage
permissions:
contents: read

jobs:
add-new-issues-to-project-column:
permissions:
contents: none
runs-on: ubuntu-latest
steps:
- name: add-new-issues-to-organization-based-project-column
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ jobs:
path: build/phpDocumentor.phar

e2e:
permissions:
actions: read # for cypress-io/github-action to correctly identify workflow run
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
name: E2E tests [ubuntu-latest]
if: github.repository == 'phpDocumentor/phpDocumentor'
Expand Down Expand Up @@ -384,6 +387,9 @@ jobs:
run: php tools/phpunit --testsuite=unit,integration

e2e-matrix:
permissions:
actions: read # for cypress-io/github-action to correctly identify workflow run
contents: read # for actions/checkout to fetch code
runs-on: ${{ matrix.operating-system }}
if: github.repository == 'phpDocumentor/phpDocumentor'
strategy:
Expand Down