diff --git a/.github/workflows/move-to-qa-review.yml b/.github/workflows/move-to-qa-review.yml index a40a7b8..eea7e51 100644 --- a/.github/workflows/move-to-qa-review.yml +++ b/.github/workflows/move-to-qa-review.yml @@ -19,21 +19,9 @@ jobs: - name: Move PR and related issues to QA Review uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: - # ⬇️ PAT with `repo` + `project` scopes (classic PAT) gh_token: ${{ secrets.PROJECTS_AUTOMATION_PAT }} - - # ⬇️ Choose ONE of these, depending on who owns the Project: user: connor-callaghan - # organization: your-org-name # e.g. "cronometer" - - # ⬇️ Project *ID* (not the project number in the URL) - project_id: 2 # replace with your real project id - - # Node id of the PR that triggered this workflow + project_id: 2 resource_node_id: ${{ github.event.pull_request.node_id }} - - # The value of your Status field that corresponds to the "QA Review" column status_value: "In review" - - # Also move any related issues to the same status move_related_issues: true diff --git a/lib/test.dart b/lib/test.dart index 2f66e99..2d9f2ce 100644 --- a/lib/test.dart +++ b/lib/test.dart @@ -10,5 +10,10 @@ void main() { print('Hello, World!'); print('Hello, World!'); + + print('Hello, World!'); +} + +void printHello() { print('Hello, World!'); } \ No newline at end of file