summaryrefslogtreecommitdiff
path: root/.github/workflows/project.yml
AgeCommit message (Collapse)Author
2022-11-04ci: fix update of plugin or theme fieldsMarc Cornellà
See [1] for the reference of value field (ProjectV2FieldValue type), and [2] for sample application code. [1] https://docs.github.com/en/graphql/reference/input-objects#projectv2fieldvalue [2] https://docs.github.com/en/enterprise-cloud@latest/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app
2022-11-03ci: migrate to ProjectV2 GraphQL API (#11311)Lennart Ochel
2022-10-07ci: harden permissions for GitHub Workflows (#11174)Alex
* build: harden main.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * build: harden project.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> * Update project.yml The permissions are not necessary, because a separate token is used `GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}`
2022-04-04ci(project): sort issues and PRs when reopenedMarc Cornellà
2022-02-21ci: cancel current runs on new triggerMarc Cornellà
2022-01-11ci(project): fix .list files not found errorMarc Cornellà
2022-01-10ci(project): fix `gh pr view` call to use ohmyzsh repositoryMarc Cornellà
2022-01-03ci: disable GitHub Actions on forksMarc Cornellà
2022-01-03chore: simplify project GitHub ActionMarc Cornellà
2022-01-03chore: simplify `GITHUB_TOKEN` env in project GitHub ActionMarc Cornellà
2022-01-02chore: I'm dumb afMarc Cornellà
2022-01-02chore: let's try againMarc Cornellà
2022-01-02chore: look ma no auth!Marc Cornellà
2022-01-02chore: please workMarc Cornellà
2022-01-02chore: fix auth in Project tracking ActionMarc Cornellà
2022-01-02chore: use GITHUB_TOKEN auth for Project Beta GitHub ActionMarc Cornellà
2022-01-02chore: add Projects Beta GitHub ActionMarc Cornellà