add-content-to-project.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Based on https://github.com/leonsteinhaeuser/project-beta-automations
  2. name: "Add Issues/PRs to TF Provider DevEx team board"
  3. on:
  4. issues:
  5. types: [opened, reopened]
  6. pull_request_target:
  7. # NOTE: The way content is added to project board is equivalent to an "upsert".
  8. # Calling it multiple times will be idempotent.
  9. #
  10. # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
  11. # to see the reasoning behind using `pull_request_target` instead of `pull_request`
  12. types: [opened, reopened, ready_for_review]
  13. jobs:
  14. add-content-to-project:
  15. name: "Add Content to project"
  16. runs-on: ubuntu-latest
  17. steps:
  18. - name: "Set Issue to 'Priority = Triage Next'"
  19. uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
  20. if: github.event_name == 'issues'
  21. with:
  22. gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
  23. organization: "hashicorp"
  24. project_id: 99 #< https://github.com/orgs/hashicorp/projects/99
  25. resource_node_id: ${{ github.event.issue.node_id }}
  26. operation_mode: custom_field
  27. custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
  28. - name: "Set Pull Request to 'Priority = Triage Next'"
  29. uses: leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
  30. if: github.event_name == 'pull_request_target'
  31. with:
  32. gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
  33. organization: "hashicorp"
  34. project_id: 99 #< https://github.com/orgs/hashicorp/projects/99
  35. resource_node_id: ${{ github.event.pull_request.node_id }}
  36. operation_mode: custom_field
  37. custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
PANIC: session(release): write data/sessions/e/0/e0ba751fe98c5a7f: no space left on device

PANIC

session(release): write data/sessions/e/0/e0ba751fe98c5a7f: no space left on device
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/session@v1.0.3/session.go:204 (0xb13e07)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:80 (0x967b75)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:157 (0x9512ee)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:135 (0x951205)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:124 (0x967cc4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:114 (0x967bf6)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/recovery.go:161 (0x15baec4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/logger.go:40 (0x96b257)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:157 (0x9512ee)
/my/cache/.heroku/go/go-path/pkg/mod/github.com/go-macaron/inject@v0.0.0-20200308113650-138e5925c53b/inject.go:135 (0x951205)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/context.go:124 (0x967cc4)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/router.go:187 (0x972959)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/router.go:304 (0x973a01)
/my/cache/.heroku/go/go-path/pkg/mod/gopkg.in/macaron.v1@v1.5.1/macaron.go:218 (0x96c572)
/my/cache/.heroku/go/go1.26.3/go/src/net/http/server.go:3311 (0x85a5cd)
/my/cache/.heroku/go/go1.26.3/go/src/net/http/server.go:2073 (0x837f6f)
/my/cache/.heroku/go/go1.26.3/go/src/runtime/asm_amd64.s:1771 (0x493380)